]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Suggestion from André Malo -- use a nested section instead of putting in
authorEric Covener <covener@apache.org>
Fri, 10 Dec 2010 12:24:34 +0000 (12:24 +0000)
committerEric Covener <covener@apache.org>
Fri, 10 Dec 2010 12:24:34 +0000 (12:24 +0000)
an arbitrary anchor.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044323 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/name-based.xml

index 842dc6a1b1d29d82a97cdf0f797fdeff0f93d615..476547d35596e12e9304954e00e7bd57d04c710b 100644 (file)
     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>