From: Eric Covener
Date: Fri, 10 Dec 2010 12:24:34 +0000 (+0000)
Subject: Suggestion from André Malo -- use a nested section instead of putting in
X-Git-Tag: 2.3.10~34
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd8d0136a1ea4c258d177a0d19aad378a21cff30;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/vhosts/name-based.xml b/docs/manual/vhosts/name-based.xml
index 842dc6a1b1d..476547d3559 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.
- If no matching ServerName or ServerAlias is found in the
+ The default name-based vhost for a NameVirtualHost
+ If no matching ServerName or ServerAlias is found in the
set of virtual hosts matching the NameVirtualHost directive, then
the first listed virtual host that matches the IP
- address will be used.
+ address will be used.
Using Name-based Virtual Hosts