From: Daniel Gruno Date: Thu, 5 Apr 2012 06:05:17 +0000 (+0000) Subject: When discussing IP-based hosting, it is always good to use IPs in the example (and... X-Git-Tag: 2.2.23~195 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d1d71ccb6c64fb6ced8c57788c9a5888c3c326e;p=thirdparty%2Fapache%2Fhttpd.git When discussing IP-based hosting, it is always good to use IPs in the example (and some ports!) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1309664 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/vhosts/ip-based.html.en b/docs/manual/vhosts/ip-based.html.en index e6d45b40ee1..b0d2cbf33e9 100644 --- a/docs/manual/vhosts/ip-based.html.en +++ b/docs/manual/vhosts/ip-based.html.en @@ -94,7 +94,7 @@ that daemon services. e.g.

- Listen www.smallco.com:80 + Listen 172.20.30.40:80

It is recommended that you use an IP address instead of a @@ -113,7 +113,7 @@ host. e.g.

- <VirtualHost www.smallco.com>
+ <VirtualHost 172.20.30.40:80>
ServerAdmin webmaster@mail.smallco.com
DocumentRoot /groups/smallco/www
ServerName www.smallco.com
@@ -121,7 +121,7 @@ TransferLog /groups/smallco/logs/access_log
</VirtualHost>

- <VirtualHost www.baygroup.org>
+ <VirtualHost 172.20.30.50:80>
ServerAdmin webmaster@mail.baygroup.org
DocumentRoot /groups/baygroup/www
ServerName www.baygroup.org
diff --git a/docs/manual/vhosts/ip-based.xml b/docs/manual/vhosts/ip-based.xml index 45c7e0e9178..79cbc3cc0ad 100644 --- a/docs/manual/vhosts/ip-based.xml +++ b/docs/manual/vhosts/ip-based.xml @@ -93,7 +93,7 @@ that daemon services. e.g.

- Listen www.smallco.com:80 + Listen 172.20.30.40:80

It is recommended that you use an IP address instead of a @@ -118,7 +118,7 @@ host. e.g.

- <VirtualHost www.smallco.com>
+ <VirtualHost 172.20.30.40:80>
ServerAdmin webmaster@mail.smallco.com
DocumentRoot /groups/smallco/www
ServerName www.smallco.com
@@ -126,7 +126,7 @@ TransferLog /groups/smallco/logs/access_log
</VirtualHost>

- <VirtualHost www.baygroup.org>
+ <VirtualHost 172.20.30.50:80>
ServerAdmin webmaster@mail.baygroup.org
DocumentRoot /groups/baygroup/www
ServerName www.baygroup.org