From: Daniel Gruno
Date: Thu, 5 Apr 2012 08:01:03 +0000 (+0000)
Subject: Update examples as per André Malo's suggestion
X-Git-Tag: 2.2.23~194
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da3234bda5b23d1082b9b189af05eff91a5acd2e;p=thirdparty%2Fapache%2Fhttpd.git
Update examples as per André Malo's suggestion
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1309686 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/vhosts/ip-based.html.en b/docs/manual/vhosts/ip-based.html.en
index b0d2cbf33e9..d745388ed72 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 172.20.30.40:80
+ Listen 192.168.0.1:80
It is recommended that you use an IP address instead of a
@@ -113,18 +113,18 @@
host. e.g.
- <VirtualHost 172.20.30.40:80>
- ServerAdmin webmaster@mail.smallco.com
+ <VirtualHost 192.168.0.1:80>
+ ServerAdmin webmaster@smallco.example.com
DocumentRoot /groups/smallco/www
- ServerName www.smallco.com
+ ServerName smallco.example.com
ErrorLog /groups/smallco/logs/error_log
TransferLog /groups/smallco/logs/access_log
</VirtualHost>
- <VirtualHost 172.20.30.50:80>
- ServerAdmin webmaster@mail.baygroup.org
+ <VirtualHost 192.168.0.2:80>
+ ServerAdmin webmaster@baygroup.example.org
DocumentRoot /groups/baygroup/www
- ServerName www.baygroup.org
+ ServerName baygroup.example.com
ErrorLog /groups/baygroup/logs/error_log
TransferLog /groups/baygroup/logs/access_log
</VirtualHost>
diff --git a/docs/manual/vhosts/ip-based.xml b/docs/manual/vhosts/ip-based.xml
index 79cbc3cc0ad..144e74af858 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 172.20.30.40:80
+ Listen 192.168.0.1:80
It is recommended that you use an IP address instead of a
@@ -118,18 +118,18 @@
host. e.g.
- <VirtualHost 172.20.30.40:80>
- ServerAdmin webmaster@mail.smallco.com
+ <VirtualHost 192.168.0.1:80>
+ ServerAdmin webmaster@smallco.example.com
DocumentRoot /groups/smallco/www
- ServerName www.smallco.com
+ ServerName smallco.example.com
ErrorLog /groups/smallco/logs/error_log
TransferLog /groups/smallco/logs/access_log
</VirtualHost>
- <VirtualHost 172.20.30.50:80>
- ServerAdmin webmaster@mail.baygroup.org
+ <VirtualHost 192.168.0.2:80>
+ ServerAdmin webmaster@baygroup.example.org
DocumentRoot /groups/baygroup/www
- ServerName www.baygroup.org
+ ServerName baygroup.example.com
ErrorLog /groups/baygroup/logs/error_log
TransferLog /groups/baygroup/logs/access_log
</VirtualHost>