From: Noirin Plunkett
Date: Thu, 9 Nov 2006 15:29:16 +0000 (+0000)
Subject: Minor niggles that have been sitting around for a while
X-Git-Tag: 2.3.0~2029
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c668541e8a92ed03c00afc01f1ba5590e67810a5;p=thirdparty%2Fapache%2Fhttpd.git
Minor niggles that have been sitting around for a while
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@472949 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index 6cf9ede0f40..e1cb5023ad4 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -2547,7 +2547,8 @@ to name-virtual hosts
Module: | core |
The ServerAlias
directive sets the
- alternate names for a host, for use with name-based virtual hosts.
+ alternate names for a host, for use with name-based virtual hosts. The
+ ServerAlias
may include wildcards, if appropriate.
<VirtualHost *>
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index ae298023056..3457a48817c 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -2538,7 +2538,8 @@ to name-virtual hosts
The ServerAlias directive sets the
alternate names for a host, for use with name-based virtual hosts.
+ href="../vhosts/name-based.html">name-based virtual hosts. The
+ ServerAlias may include wildcards, if appropriate.
<VirtualHost *>
diff --git a/docs/manual/vhosts/mass.html.en b/docs/manual/vhosts/mass.html.en
index 4f725d94b0c..8521c99c2e1 100644
--- a/docs/manual/vhosts/mass.html.en
+++ b/docs/manual/vhosts/mass.html.en
@@ -251,6 +251,17 @@ LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon
</VirtualHost>
+
+
Note
+
If the first VirtualHost block does not include a
+ ServerName
directive, the reverse
+ DNS of the relevant IP will be used instead.
+ If this is not the server name you
+ wish to use, a bogus entry (ServerName
+ none.example.com
) can be added to get around this
+ behaviour.
+
+
diff --git a/docs/manual/vhosts/mass.xml b/docs/manual/vhosts/mass.xml
index 47d543b5588..2b820694d2c 100644
--- a/docs/manual/vhosts/mass.xml
+++ b/docs/manual/vhosts/mass.xml
@@ -241,6 +241,17 @@ LogFormat "%V %h %l %u %t \"%r\" %s %b" vcommon
</VirtualHost>
+
+ Note
+ If the first VirtualHost block does not include a
+ ServerName directive, the reverse
+ DNS of the relevant IP will be used instead.
+ If this is not the server name you
+ wish to use, a bogus entry (ServerName
+ none.example.com
) can be added to get around this
+ behaviour.
+
+
More Efficient IP-Based Virtual Hosting