]> granicus.if.org Git - apache/commitdiff
PR: 5961
authorJoshua Slive <slive@apache.org>
Fri, 15 Sep 2000 19:13:42 +0000 (19:13 +0000)
committerJoshua Slive <slive@apache.org>
Fri, 15 Sep 2000 19:13:42 +0000 (19:13 +0000)
Make the NameVirtualHost docs a little more accurate.

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

docs/manual/mod/core.html

index 0d96648bc03958cd613d2aedf60856aac7615b35..0da155717294d1850f46fea82d30bbcd75cc7bee 100644 (file)
@@ -2173,9 +2173,15 @@ an IP address, <EM>e.g.</EM>
 
 <BLOCKQUOTE><CODE>NameVirtualHost 111.22.33.44</CODE></BLOCKQUOTE>
 
-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>
+With the NameVirtualHost directive you specify the IP address on which
+the server will receive requests for the name-based virtual hosts.
+This will usually be the address to which your name-based virtual host
+names resolve. In cases where a firewall or other proxy receives the
+requests and forwards them on a different IP address to the server,
+you must specify the IP address of the physical interface on the
+machine which will be servicing the requests.  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 <STRONG>never</STRONG>
 be served for a request to a NameVirtualHost IP Address (unless for some