mirror of
https://github.com/apache/httpd.git
synced 2026-01-06 09:01:14 +03:00
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/trunk@1344675 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -3699,6 +3699,11 @@ to name-virtual hosts</description>
|
||||
module="core">ServerName</directive> or <directive module="core"
|
||||
>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 HTTP Server Virtual Host documentation</a></seealso>
|
||||
|
||||
@@ -175,6 +175,11 @@
|
||||
>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 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
|
||||
|
||||
Reference in New Issue
Block a user