From: Rich Bowen
Date: Mon, 18 Nov 2002 00:02:44 +0000 (+0000)
Subject: Clarify that name-based vhosts are not necessarily only for systems with
X-Git-Tag: 2.0.44~23
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86e85b00e6ede2a507ea3d7861df310c2db5272b;p=apache
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
---
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 @@
www.company1.com
and www.company2.com
)
on a single machine. Virtual hosts can be "IP-based," meaning that you have a
different IP address for every web site, or "name-based," 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.
+ 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.
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 @@