summaryrefslogtreecommitdiffstats
path: root/docs/manual/vhosts/mass.xml
diff options
context:
space:
mode:
authorNoirin Plunkett <noirin@apache.org>2006-11-09 16:29:16 +0100
committerNoirin Plunkett <noirin@apache.org>2006-11-09 16:29:16 +0100
commitc668541e8a92ed03c00afc01f1ba5590e67810a5 (patch)
treef8d9c6dda1f1f0390674b9d79f755d702e6bc712 /docs/manual/vhosts/mass.xml
parentforgot minor bump (diff)
downloadapache2-c668541e8a92ed03c00afc01f1ba5590e67810a5.tar.xz
apache2-c668541e8a92ed03c00afc01f1ba5590e67810a5.zip
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
Diffstat (limited to 'docs/manual/vhosts/mass.xml')
-rw-r--r--docs/manual/vhosts/mass.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/manual/vhosts/mass.xml b/docs/manual/vhosts/mass.xml
index 47d543b558..2b820694d2 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<br />
&lt;/VirtualHost&gt;
</example>
+<note>
+ <title>Note</title>
+ <p>If the first VirtualHost block does <em>not</em> include a
+ <directive module="core">ServerName</directive> 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 (<code>ServerName
+ none.example.com</code>) can be added to get around this
+ behaviour.</p>
+</note>
+
</section>
<section id="ipbased"><title>More Efficient IP-Based Virtual Hosting</title>