From: Rich Bowen Date: Fri, 29 Oct 2010 14:50:43 +0000 (+0000) Subject: Correct context for LimitRequest* as per bug #7741 X-Git-Tag: 2.2.18~350 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f9930ab7fb44cdc24decdec8b960183c3999aa3;p=thirdparty%2Fapache%2Fhttpd.git Correct context for LimitRequest* as per bug #7741 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1028784 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index b9ef2ef2605..f75970aa9e1 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1814,7 +1814,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 @@ -1856,7 +1856,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 @@ -1895,7 +1895,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 c541108c071..71c6bbe09e3 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1799,7 +1799,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 @@ -1840,7 +1840,7 @@ will be accepted from the client client LimitRequestFieldSize bytes LimitRequestFieldSize 8190 -server config +server configvirtual host

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

This directive sets the number of bytes that will be