Discussion:
svn commit: r1631516 - /httpd/httpd/trunk/docs/manual/mod/core.xml
c***@apache.org
2014-10-13 19:24:34 UTC
Permalink
Author: covener
Date: Mon Oct 13 19:24:34 2014
New Revision: 1631516

URL: http://svn.apache.org/r1631516
Log:
the hard-coded limit on LimitRequestLine has been gone since 2.1.x, see r819480
and r102840. PR57009

Submitted By: Ed Lu


Modified:
httpd/httpd/trunk/docs/manual/mod/core.xml

Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/core.xml?rev=1631516&r1=1631515&r2=1631516&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml Mon Oct 13 19:24:34 2014
@@ -2510,8 +2510,7 @@ from the client</description>
<highlight language="config">LimitRequestLine 4094</highlight>

<note>Under normal conditions, the value should not be changed from
- the default. Also, you can't set this higher than 8190 without
- modifying the source and rebuilding.</note>
+ the default.</note>

<note type="warning"><title>Warning</title>
<p> When name-based virtual hosting is used, the value for this

Loading...