PR5334, leave a hint about VirtualHost args acting like serveralias for people who don't read details.html
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@
1344679 13f79535-47bb-0310-9956-
ffa450edef68
>ServerAlias</directive> is used, with no different precedence for wildcards
(nor for ServerName vs. ServerAlias). </p>
+ <p>The complete list of names in the <directive>VirtualHost</directive>
+ directive are treated just like a (non wildcard)
+ <directive>ServerAlias</directive>.</p>
+
</usage>
<seealso><directive module="core">UseCanonicalName</directive></seealso>
<seealso><a href="../vhosts/">Apache Virtual Host documentation</a></seealso>
first have your DNS server properly configured to map those names to an IP
address associated with your server.</p>
+ <p>The complete list of names in the <directive module="core"
+ >VirtualHost</directive> directive are treated just like a (non wildcard)
+ <directive module="core">ServerAlias</directive>.</p>
+
<p>Finally, you can fine-tune the configuration of the virtual hosts
by placing other directives inside the <directive type="section"
module="core">VirtualHost</directive> containers. Most directives can be