From 3812e76b45ad569a9fea0ce1a7076acea659772b Mon Sep 17 00:00:00 2001
From: Eric Covener
Date: Fri, 16 Mar 2012 09:45:34 +0000
Subject: [PATCH] xforms
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1301399 13f79535-47bb-0310-9956-ffa450edef68
---
docs/manual/mod/core.html.en | 4 ++++
docs/manual/vhosts/name-based.html.en | 6 +++++-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 152605a72b..178954c231 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -3791,6 +3791,10 @@ to name-virtual hosts
</VirtualHost>
+ Name-based virtual hosts for the best-matching set of <virtualhost>
s are processsed
+ in the order they appear in the configuration. The first matching ServerName
or ServerAlias
is used, with no different precedence for wildcards
+ (nor for ServerName vs. ServerAlias).
+
See also
UseCanonicalName
diff --git a/docs/manual/vhosts/name-based.html.en b/docs/manual/vhosts/name-based.html.en
index 001c32a234..70f17899fa 100644
--- a/docs/manual/vhosts/name-based.html.en
+++ b/docs/manual/vhosts/name-based.html.en
@@ -118,7 +118,7 @@
# This first-listed virtual host is also the default for *:80
ServerName www.example.com
- ServerAlias example.com *.example.com
+ ServerAlias example.com
DocumentRoot /www/domain
</VirtualHost>
@@ -153,6 +153,10 @@
first have your DNS server properly configured to map those names to an IP
address associated with your server.
+ Name-based virtual hosts for the best-matching set of <virtualhost>
s are processsed
+ in the order they appear in the configuration. The first matching ServerName
or ServerAlias
is used, with no different precedence for wildcards
+ (nor for ServerName vs. ServerAlias).
+
Finally, you can fine-tune the configuration of the virtual hosts
by placing other directives inside the <VirtualHost>
containers. Most directives can be
placed in these containers and will then change the configuration only of
--
2.50.1