]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
more obviousness
authordgaudet <dgaudet@unknown>
Fri, 20 Feb 1998 06:52:03 +0000 (06:52 +0000)
committerdgaudet <dgaudet@unknown>
Fri, 20 Feb 1998 06:52:03 +0000 (06:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80251 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index 4bce7012e5b07108d9d5f44863da984b4ce514d2..2a65b0716c9dab23f90721f7d3b9037ca568f8fd 100644 (file)
@@ -1670,10 +1670,14 @@ an IP address, e.g.
 
 <BLOCKQUOTE><CODE>NameVirtualHost 111.22.33.44</CODE></BLOCKQUOTE>
 
-With the NameVirtualHost directive the address to which your name-based
-virtual host names resolve.
-If you have multiple name-based hosts on multiple addresses,
-repeat the directive for each address.<P>
+With the NameVirtualHost directive you specify the address to which your
+name-based virtual host names resolve.  If you have multiple name-based
+hosts on multiple addresses, repeat the directive for each address.<P>
+
+Note: the "main server" and any _default_ servers will <b>never</b>
+be served for a request to a NameVirtualHost IP Address (unless for some
+reason you specify NameVirtualHost but then don't define any VirtualHosts
+for that address).<p>
 
 Optionally you can specify a port number on which the name-based
 virtual hosts should be used, e.g.