From: Eric Covener Date: Fri, 29 Oct 2010 15:11:05 +0000 (+0000) Subject: Add a note about LimitRequest* and name-based vhosts as followup on PR#7741 X-Git-Tag: 2.3.9~204 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09fc9765106e468199aa6114c3de85a0391d03db;p=thirdparty%2Fapache%2Fhttpd.git Add a note about LimitRequest* and name-based vhosts as followup on PR#7741 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028797 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 5db9fbca2d8..dfaf6fa5098 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2068,6 +2068,11 @@ will be accepted from the client LimitRequestFields 50 +

When name-based virtual hosting is used, the value for this + directive is taken from the default (first-listed) virtual host for the + NameVirtualHost the connection was mapped to.

+
+ @@ -2106,6 +2111,11 @@ client Under normal conditions, the value should not be changed from the default. +

When name-based virtual hosting is used, the value for this + directive is taken from the default (first-listed) virtual host for the + NameVirtualHost the connection was mapped to.

+
+ @@ -2143,6 +2153,12 @@ from the client Under normal conditions, the value should not be changed from the default. + +

When name-based virtual hosting is used, the value for this + directive is taken from the default (first-listed) virtual host for the + NameVirtualHost the connection was mapped to.

+
+