From: Eric Covener Date: Fri, 29 Oct 2010 15:22:23 +0000 (+0000) Subject: Merge r1028797, r1028799 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/: X-Git-Tag: 2.2.18~349 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcb2e7a210c1229cbc683868ce796108e7226fcf;p=thirdparty%2Fapache%2Fhttpd.git Merge r1028797, r1028799 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/: Add a note about LimitRequest* and name-based vhosts as followup on PR#7741 make the name-based vhost note a warning based on offline discussion with Rich git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1028802 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 71c6bbe09e3..afc7fb37244 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -1831,6 +1831,12 @@ will be accepted from the client LimitRequestFields 50 + Warning +

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.

+
+ @@ -1869,6 +1875,12 @@ client Under normal conditions, the value should not be changed from the default. + Warning +

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.

+
+ @@ -1906,6 +1918,13 @@ from the client Under normal conditions, the value should not be changed from the default. + + Warning +

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.

+
+