Commit 420529ed authored by Eric Covener's avatar Eric Covener
Browse files

backport note about ServerAlias/ServerName or exact-match/wildcard not really...

backport note about ServerAlias/ServerName or exact-match/wildcard not really having any precedence over one another

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