From: Eric Covener
Date: Thu, 31 May 2012 12:23:39 +0000 (+0000)
Subject: PR5334, leave a hint about VirtualHost args acting like serveralias for people who...
X-Git-Tag: 2.5.0-alpha~6774
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dd643909ef68dd76581f788dad7bf76f40a083b;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index ed73eeb717a..4f9a9238b7c 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -3699,6 +3699,11 @@ to name-virtual hosts
module="core">ServerName or ServerAlias is used, with no different precedence for wildcards
(nor for ServerName vs. ServerAlias).
+
+ The complete list of names in the VirtualHost
+ directive are treated just like a (non wildcard)
+ ServerAlias.
+
UseCanonicalName
Apache HTTP Server Virtual Host documentation
diff --git a/docs/manual/vhosts/name-based.xml b/docs/manual/vhosts/name-based.xml
index e5a52d9a855..9fbf2ad44e7 100644
--- a/docs/manual/vhosts/name-based.xml
+++ b/docs/manual/vhosts/name-based.xml
@@ -175,6 +175,11 @@
>ServerAlias is used, with no different precedence for wildcards
(nor for ServerName vs. ServerAlias).
+ The complete list of names in the VirtualHost
+ directive are treated just like a (non wildcard)
+ ServerAlias.
+
Finally, you can fine-tune the configuration of the virtual hosts
by placing other directives inside the VirtualHost containers. Most directives can be