summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2002-11-18 01:02:44 +0100
committerRich Bowen <rbowen@apache.org>2002-11-18 01:02:44 +0100
commit86e85b00e6ede2a507ea3d7861df310c2db5272b (patch)
tree04adb0049051419eee8141a6b1612544819d1806 /docs
parentSubmitted by: Mads Toftum (diff)
downloadapache2-86e85b00e6ede2a507ea3d7861df310c2db5272b.tar.xz
apache2-86e85b00e6ede2a507ea3d7861df310c2db5272b.zip
Clarify that name-based vhosts are not necessarily only for systems with
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
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/vhosts/index.html.en9
-rw-r--r--docs/manual/vhosts/index.xml11
2 files changed, 11 insertions, 9 deletions
diff --git a/docs/manual/vhosts/index.html.en b/docs/manual/vhosts/index.html.en
index 91bbe071be..c11b7c2beb 100644
--- a/docs/manual/vhosts/index.html.en
+++ b/docs/manual/vhosts/index.html.en
@@ -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
diff --git a/docs/manual/vhosts/index.xml b/docs/manual/vhosts/index.xml
index 5724e3709e..c14ec086d5 100644
--- a/docs/manual/vhosts/index.xml
+++ b/docs/manual/vhosts/index.xml
@@ -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>