From: Rich Bowen Date: Fri, 29 Oct 2010 14:42:15 +0000 (+0000) Subject: Correct context for LimitRequest*, as per bug 7741 X-Git-Tag: 2.3.9~206 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7893d3f5edb97c0d6c78df844160f955bb069eaa;p=thirdparty%2Fapache%2Fhttpd.git Correct context for LimitRequest*, as per bug 7741 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028776 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 29eb9590db9..e40936ec389 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2038,7 +2038,7 @@ from the client will be accepted from the client Syntax:LimitRequestFields number Default:LimitRequestFields 100 -Context:server config +Context:server config, virtual host Status:Core Module:core @@ -2080,7 +2080,7 @@ will be accepted from the client client Syntax:LimitRequestFieldSize bytes Default:LimitRequestFieldSize 8190 -Context:server config +Context:server config, virtual host Status:Core Module:core @@ -2119,7 +2119,7 @@ client from the client Syntax:LimitRequestLine bytes Default:LimitRequestLine 8190 -Context:server config +Context:server config, virtual host Status:Core Module:core diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index da653ddbf7d..5db9fbca2d8 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2036,7 +2036,7 @@ from the client will be accepted from the client LimitRequestFields number LimitRequestFields 100 -server config +server configvirtual host

Number is an integer from 0 (meaning unlimited) to @@ -2077,7 +2077,7 @@ will be accepted from the client client LimitRequestFieldSize bytes LimitRequestFieldSize 8190 -server config +server configvirtual host

This directive specifies the number of bytes @@ -2115,7 +2115,7 @@ client from the client LimitRequestLine bytes LimitRequestLine 8190 -server config +server configvirtual host

This directive sets the number of bytes that will be