Commit 47e1bc4c authored by Eric Covener's avatar Eric Covener
Browse files

xform


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1308112 13f79535-47bb-0310-9956-ffa450edef68
parent 420529ed
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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>