From: dgaudet Date: Fri, 20 Feb 1998 06:52:03 +0000 (+0000) Subject: more obviousness X-Git-Tag: APACHE_BIG_SYMBOL_RENAME_POST~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15feab980ce3e74d1eeaddd41f879f8a761cbd46;p=thirdparty%2Fapache%2Fhttpd.git more obviousness git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80251 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 4bce7012e5b..2a65b0716c9 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1670,10 +1670,14 @@ an IP address, e.g.
NameVirtualHost 111.22.33.44
-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.

+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.

+ +Note: the "main server" and any _default_ servers will never +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).

Optionally you can specify a port number on which the name-based virtual hosts should be used, e.g.