You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2012/04/01 15:31:27 UTC

svn commit: r1308110 - /httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml

Author: covener
Date: Sun Apr  1 13:31:27 2012
New Revision: 1308110

URL: http://svn.apache.org/viewvc?rev=1308110&view=rev
Log:
backport note about ServerAlias/ServerName or exact-match/wildcard not really having any precedence over one another

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml?rev=1308110&r1=1308109&r2=1308110&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/mod/core.xml Sun Apr  1 13:31:27 2012
@@ -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>