From: Rich Bowen Date: Fri, 11 Nov 2011 17:11:17 +0000 (+0000) Subject: Rebuild doc transforms. X-Git-Tag: 2.5.0-alpha~7930 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a879bb197fa521564155ddcde736721c77f94350;p=apache Rebuild doc transforms. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1200963 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 68ae427259..4ad851d925 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -2420,7 +2420,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 @@ -2440,7 +2440,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 @@ -2464,7 +2465,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 @@ -2484,7 +2485,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 diff --git a/docs/manual/mod/core.xml.de b/docs/manual/mod/core.xml.de index 279e61a3df..48f3ad8b2c 100644 --- a/docs/manual/mod/core.xml.de +++ b/docs/manual/mod/core.xml.de @@ -1,7 +1,7 @@ - + + +