]> granicus.if.org Git - apache/commitdiff
Add a note about LimitRequest* and name-based vhosts as followup on PR#7741
authorEric Covener <covener@apache.org>
Fri, 29 Oct 2010 15:11:05 +0000 (15:11 +0000)
committerEric Covener <covener@apache.org>
Fri, 29 Oct 2010 15:11:05 +0000 (15:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1028797 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 5db9fbca2d8257166ff7ca0d220d8fb43eb5a7cd..dfaf6fa50982eb67c4579f8574a97ccf4a5baf18 100644 (file)
@@ -2068,6 +2068,11 @@ will be accepted from the client</description>
       LimitRequestFields 50
     </example>
 
+     <note><p> When name-based virtual hosting is used, the value for this 
+     directive is taken from the default (first-listed) virtual host for the
+     <directive>NameVirtualHost</directive> the connection was mapped to.</p>
+     </note>
+
 </usage>
 </directivesynopsis>
 
@@ -2106,6 +2111,11 @@ client</description>
     <note>Under normal conditions, the value should not be changed from
     the default.</note>
 
+    <note><p> When name-based virtual hosting is used, the value for this 
+    directive is taken from the default (first-listed) virtual host for the
+    <directive>NameVirtualHost</directive> the connection was mapped to.</p>
+    </note>
+
 </usage>
 </directivesynopsis>
 
@@ -2143,6 +2153,12 @@ from the client</description>
 
     <note>Under normal conditions, the value should not be changed from
     the default.</note>
+
+    <note><p> When name-based virtual hosting is used, the value for this 
+    directive is taken from the default (first-listed) virtual host for the
+    <directive>NameVirtualHost</directive> the connection was mapped to.</p>
+    </note>
+
 </usage>
 </directivesynopsis>