dgaudet 98/02/19 22:52:05
Modified: htdocs/manual/mod core.html Log: more obviousness Revision Changes Path 1.103 +8 -4 apache-1.3/htdocs/manual/mod/core.html Index: core.html =================================================================== RCS file: /export/home/cvs/apache-1.3/htdocs/manual/mod/core.html,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- core.html 1998/02/18 20:39:57 1.102 +++ core.html 1998/02/20 06:52:03 1.103 @@ -1670,10 +1670,14 @@ <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.