From 09fc9765106e468199aa6114c3de85a0391d03db Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 29 Oct 2010 15:11:05 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 5db9fbca2d..dfaf6fa509 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.

+
+ -- 2.50.1