]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xform
authorEric Covener <covener@apache.org>
Sun, 1 Apr 2012 13:32:12 +0000 (13:32 +0000)
committerEric Covener <covener@apache.org>
Sun, 1 Apr 2012 13:32:12 +0000 (13:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1308112 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en

index 176562cdf1eeb25489d0695a555c607dd00abd9f..44f6c47d6667409f122d538ed479edcc714975bf 100644 (file)
@@ -3008,6 +3008,11 @@ to name-virtual hosts</td></tr>
       &lt;/VirtualHost&gt;
     </code></p></div>
 
+    <p>Name-based virtual hosts for the best-matching set of <code class="directive"><a href="#virtualhost">&lt;virtualhost&gt;</a></code>s are processsed
+    in the order they appear in the configuration.  The first matching <code class="directive"><a href="#servername">ServerName</a></code> or <code class="directive"><a href="#serveralias">ServerAlias</a></code> is used, with no different precedence for wildcards
+    (nor for ServerName vs. ServerAlias).  </p>
+
+
 <h3>See also</h3>
 <ul>
 <li><code class="directive"><a href="#usecanonicalname">UseCanonicalName</a></code></li>