From 7c95c16e2b76f3afefe2f40002b0b0ee1e9c3b51 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 31 May 2012 12:29:19 +0000 Subject: [PATCH] Merge r1344675 from trunk: 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 --- docs/manual/mod/core.xml | 4 ++++ docs/manual/vhosts/name-based.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index aea21c71fbd..f33488049bb 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2996,6 +2996,10 @@ to name-virtual hosts >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 Virtual Host documentation diff --git a/docs/manual/vhosts/name-based.xml b/docs/manual/vhosts/name-based.xml index 43deba83882..fa3d6392813 100644 --- a/docs/manual/vhosts/name-based.xml +++ b/docs/manual/vhosts/name-based.xml @@ -165,6 +165,10 @@ first have your DNS server properly configured to map those names to an IP address associated with your server.

+

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 -- 2.47.2