From: Rich Bowen Date: Fri, 11 Nov 2011 17:09:28 +0000 (+0000) Subject: Clarify docs for LimitRequestLine, as per bug #51665. X-Git-Tag: 2.5.0-alpha~7931 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8c39d15e2fbe66c27ed68c5891b82a6e34e1f51;p=apache Clarify docs for LimitRequestLine, as per bug #51665. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200961 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index a9e9866feb..7b3cbf5b1b 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2409,7 +2409,7 @@ client that will be allowed in an HTTP request header.

The LimitRequestFieldSize directive - allows the server administrator to reduce or increase the limit + allows the server administrator to set the limit on the allowed size of an HTTP request header field. A server needs this value to be large enough to hold any one header field from a normal client request. The size of a normal request header @@ -2429,7 +2429,8 @@ client Under normal conditions, the value should not be changed from - the default. + the default. Also, you can't set this higher than 8190 without + modifying the source code and rebuilding. Warning

When name-based virtual hosting is used, the value for this @@ -2452,7 +2453,7 @@ from the client allowed on the HTTP request-line.

The LimitRequestLine directive allows - the server administrator to reduce or increase the limit on the allowed size + the server administrator to set the limit on the allowed size of a client's HTTP request-line. Since the request-line consists of the HTTP method, URI, and protocol version, the LimitRequestLine directive places a @@ -2472,7 +2473,8 @@ from the client Under normal conditions, the value should not be changed from - the default. + the default. Also, you can't set this higher than 8190 without + modifying the source and rebuilding. Warning

When name-based virtual hosting is used, the value for this