summaryrefslogtreecommitdiffstats
path: root/docs/manual/vhosts
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2010-12-10 13:24:34 +0100
committerEric Covener <covener@apache.org>2010-12-10 13:24:34 +0100
commitbd8d0136a1ea4c258d177a0d19aad378a21cff30 (patch)
tree747aeea5f52657d6074ed2d057149c1eff8043be /docs/manual/vhosts
parentupdate transformation (diff)
downloadapache2-bd8d0136a1ea4c258d177a0d19aad378a21cff30.tar.xz
apache2-bd8d0136a1ea4c258d177a0d19aad378a21cff30.zip
Suggestion from André Malo -- use a nested section instead of putting in
an arbitrary anchor. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/vhosts')
-rw-r--r--docs/manual/vhosts/name-based.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/vhosts/name-based.xml b/docs/manual/vhosts/name-based.xml
index 842dc6a1b1..476547d355 100644
--- a/docs/manual/vhosts/name-based.xml
+++ b/docs/manual/vhosts/name-based.xml
@@ -83,10 +83,11 @@
matches the requested hostname. If it finds one, then it uses the configuration
for that server.</p>
- <p><a name="defaultvhost"></a> If no matching ServerName or ServerAlias is found in the
+ <section id="defaultvhost"><title>The default name-based vhost for a NameVirtualHost</title>
+ <p> If no matching ServerName or ServerAlias is found in the
set of virtual hosts matching the NameVirtualHost directive, then
<strong>the first listed virtual host</strong> that matches the IP
- address will be used.</p>
+ address will be used.</p></section>
</section>
<section id="using"><title>Using Name-based Virtual Hosts</title>