Commit bfc9132f authored by Daniel Gruno's avatar Daniel Gruno
Browse files

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
parent 477d6af4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -94,7 +94,7 @@
    that daemon services. e.g.</p>

    <div class="example"><p><code>
    Listen www.smallco.com:80
    Listen 172.20.30.40:80
    </code></p></div>

    <p>It is recommended that you use an IP address instead of a
@@ -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 />
+3 −3
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@
    that daemon services. e.g.</p>

    <example>
    Listen www.smallco.com:80
    Listen 172.20.30.40:80
    </example>

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

    <example>
    &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 />
@@ -126,7 +126,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 />