From: Rich Bowen Date: Fri, 29 Oct 2010 14:49:09 +0000 (+0000) Subject: Add correct context for LimitRequest* as per bug #7741 X-Git-Tag: 2.0.65~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=709e0fc0b93f30ec539b20dfc86f0b788de52dc9;p=thirdparty%2Fapache%2Fhttpd.git Add correct context for LimitRequest* as per bug #7741 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1028781 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 7920b04f44b..c6e61432613 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1706,7 +1706,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 @@ -1748,7 +1748,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 @@ -1792,7 +1792,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 421bbe67299..baf5d997f57 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1672,7 +1672,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 @@ -1713,7 +1713,7 @@ will be accepted from the client client LimitRequestFieldsize bytes LimitRequestFieldsize 8190 -server config +server configvirtual host

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

This directive sets the number of bytes from 0 to