]> granicus.if.org Git - apache/commitdiff
Clarify that name-based vhosts are not necessarily only for systems with
authorRich Bowen <rbowen@apache.org>
Mon, 18 Nov 2002 00:02:44 +0000 (00:02 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 18 Nov 2002 00:02:44 +0000 (00:02 +0000)
a single IP address. Or at least remove the implication to the contrary.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97558 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/index.html.en
docs/manual/vhosts/index.xml

index 91bbe071be75d3c0df1eed8e59e32474920e9312..c11b7c2beb063855258dc8260c08bbaa04ed5b84 100644 (file)
@@ -11,8 +11,9 @@
     <code>www.company1.com</code> and <code>www.company2.com</code>)
     on a single machine. Virtual hosts can be "<a href="ip-based.html">IP-based</a>," meaning that you have a
     different IP address for every web site, or "<a href="name-based.html">name-based</a>," meaning that you have
-    multiple names running on a single IP address. The fact that they
-    are running on the same server is not apparent to the end user.</p>
+    multiple names running on each IP address. The fact that they
+    are running on the same physical server is not apparent to the 
+    end user.</p>
 
     <p>Apache was one of the first servers to support IP-based
     virtual hosts right out of the box. Versions 1.1 and later of
@@ -29,8 +30,8 @@
 </li></ul></div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div><div class="section"><h2><a name="support" id="support">Virtual Host Support</a></h2>
 
     <ul>
-      <li><a href="name-based.html">Name-based Virtual Hosts</a> (One IP
-      address, multiple web sites)</li>
+      <li><a href="name-based.html">Name-based Virtual Hosts</a> (More
+      than one web site per IP address)</li>
       <li><a href="ip-based.html">IP-based Virtual Hosts</a> (An IP
       address for each web site)</li>
       <li><a href="examples.html">Virtual Host examples for common
index 5724e3709e32bcf5984ede91e1248323874b75d7..c14ec086d5dfccf22cb31de807a2dafdb9b0bb6f 100644 (file)
@@ -17,8 +17,9 @@
     href="ip-based.html">IP-based</a>," meaning that you have a
     different IP address for every web site, or "<a
     href="name-based.html">name-based</a>," meaning that you have
-    multiple names running on a single IP address. The fact that they
-    are running on the same server is not apparent to the end user.</p>
+    multiple names running on each IP address. The fact that they
+    are running on the same physical server is not apparent to the 
+    end user.</p>
 
     <p>Apache was one of the first servers to support IP-based
     virtual hosts right out of the box. Versions 1.1 and later of
@@ -39,8 +40,8 @@
 <section id="support"><title>Virtual Host Support</title>
 
     <ul>
-      <li><a href="name-based.html">Name-based Virtual Hosts</a> (One IP
-      address, multiple web sites)</li>
+      <li><a href="name-based.html">Name-based Virtual Hosts</a> (More
+      than one web site per IP address)</li>
       <li><a href="ip-based.html">IP-based Virtual Hosts</a> (An IP
       address for each web site)</li>
       <li><a href="examples.html">Virtual Host examples for common
@@ -81,4 +82,4 @@
     other command line options)</p>
 
 </section>
-</manualpage>
\ No newline at end of file
+</manualpage>