summaryrefslogtreecommitdiffstats
path: root/docs/manual/vhosts/ip-based.html.en
diff options
context:
space:
mode:
Diffstat (limited to 'docs/manual/vhosts/ip-based.html.en')
-rw-r--r--docs/manual/vhosts/ip-based.html.en7
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>
- &lt;VirtualHost www.smallco.com&gt;<br />
+ &lt;VirtualHost 172.20.30.40:80&gt;<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 />
&lt;/VirtualHost&gt;<br />
<br />
- &lt;VirtualHost www.baygroup.org&gt;<br />
+ &lt;VirtualHost 172.20.30.50:80&gt;<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 &lt;VirtualHost&gt; 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