]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1028797, r1028799 from https://svn.apache.org/repos/asf/httpd/httpd/trunk/:
authorEric Covener <covener@apache.org>
Fri, 29 Oct 2010 15:22:23 +0000 (15:22 +0000)
committerEric Covener <covener@apache.org>
Fri, 29 Oct 2010 15:22:23 +0000 (15:22 +0000)
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

docs/manual/mod/core.xml

index 71c6bbe09e3669c6e97354b12c84c1241403ad21..afc7fb372443eaf836fca836333db884baedfc1c 100644 (file)
@@ -1831,6 +1831,12 @@ will be accepted from the client</description>
       LimitRequestFields 50
     </example>
 
+     <note type="warning"><title>Warning</title>
+     <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>
 
@@ -1869,6 +1875,12 @@ client</description>
     <note>Under normal conditions, the value should not be changed from
     the default.</note>
 
+    <note type="warning"><title>Warning</title>
+    <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>
 
@@ -1906,6 +1918,13 @@ from the client</description>
 
     <note>Under normal conditions, the value should not be changed from
     the default.</note>
+
+    <note type="warning"><title>Warning</title>
+    <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>