From e9ca964a726f3568b49a0ce1bec6a434ea988c3c Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 13 Oct 2014 19:25:01 +0000 Subject: [PATCH] Merge r1631516 from trunk: the hard-coded limit on LimitRequestLine has been gone since 2.1.x, see r819480 and r102840. PR57009 Submitted By: Ed Lu git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1631517 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 682688589d..639849289f 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2504,8 +2504,7 @@ from the client LimitRequestLine 4094 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. + the default. Warning

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