Commit 4a97a5e3 authored by Eric Covener's avatar Eric Covener
Browse files

Merge r1028797, r1028799 from 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.0.x@1028803 13f79535-47bb-0310-9956-ffa450edef68
parent fba2623a
Loading
Loading
Loading
Loading
+19 −0
Changes for docs/manual/mod/core.xml: 19 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -1704,6 +1704,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>

@@ -1747,6 +1753,12 @@ client</description>
    (8190 as distributed).
    </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>

@@ -1787,6 +1799,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>