diff options
Diffstat (limited to 'docs/manual/vhosts/ip-based.html.en')
-rw-r--r-- | docs/manual/vhosts/ip-based.html.en | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/manual/vhosts/ip-based.html.en b/docs/manual/vhosts/ip-based.html.en index 7ba49f1ab7..7eefd312f7 100644 --- a/docs/manual/vhosts/ip-based.html.en +++ b/docs/manual/vhosts/ip-based.html.en @@ -113,7 +113,7 @@ host. e.g.</p> <div class="example"><p><code> - <VirtualHost www.smallco.com><br /> + <VirtualHost 172.20.30.40:80><br /> ServerAdmin webmaster@mail.smallco.com<br /> DocumentRoot /groups/smallco/www<br /> ServerName www.smallco.com<br /> @@ -121,7 +121,7 @@ TransferLog /groups/smallco/logs/access_log<br /> </VirtualHost><br /> <br /> - <VirtualHost www.baygroup.org><br /> + <VirtualHost 172.20.30.50:80><br /> ServerAdmin webmaster@mail.baygroup.org<br /> DocumentRoot /groups/baygroup/www<br /> ServerName www.baygroup.org<br /> @@ -131,7 +131,8 @@ </code></p></div> <p>It is recommended that you use an IP address instead of a - hostname (see <a href="../dns-caveats.html">DNS caveats</a>).</p> + hostname in the <VirtualHost> directive + (see <a href="../dns-caveats.html">DNS caveats</a>).</p> <p>Almost <strong>any</strong> configuration directive can be put in the VirtualHost directive, with the exception of |