]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
backport note about ServerAlias/ServerName or exact-match/wildcard not really having...
authorEric Covener <covener@apache.org>
Sun, 1 Apr 2012 13:31:27 +0000 (13:31 +0000)
committerEric Covener <covener@apache.org>
Sun, 1 Apr 2012 13:31:27 +0000 (13:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1308110 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 145cea659a5d198b6f63fcd0b24337eea05b99b4..aea21c71fbd038e6ee8625b3b6e431a61d45af34 100644 (file)
@@ -2988,6 +2988,14 @@ to name-virtual hosts</description>
       # ...<br />
       &lt;/VirtualHost&gt;
     </example>
+
+    <p>Name-based virtual hosts for the best-matching set of <directive
+    type="section" module="core">virtualhost</directive>s are processsed
+    in the order they appear in the configuration.  The first matching <directive
+    module="core">ServerName</directive> or <directive module="core"
+    >ServerAlias</directive> is used, with no different precedence for wildcards
+    (nor for ServerName vs. ServerAlias).  </p>
+
 </usage>
 <seealso><directive module="core">UseCanonicalName</directive></seealso>
 <seealso><a href="../vhosts/">Apache Virtual Host documentation</a></seealso>