From e8df8b3c97dbc4b87e696c0cd7d8fdd1a4cfa7b4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Malo?= Date: Wed, 23 Apr 2003 22:19:11 +0000 Subject: [PATCH] typos git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99555 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/vhosts/index.html.en | 4 ++-- docs/manual/vhosts/index.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/vhosts/index.html.en b/docs/manual/vhosts/index.html.en index 1156374ab0..1a1dcd480b 100644 --- a/docs/manual/vhosts/index.html.en +++ b/docs/manual/vhosts/index.html.en @@ -21,8 +21,8 @@

The term Virtual Host refers to the practice of running more than one web site (such as 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 + 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 each IP address. The fact that they are running on the same physical server is not apparent to the end user.

diff --git a/docs/manual/vhosts/index.xml b/docs/manual/vhosts/index.xml index 05c52207da..1237cb7a8f 100644 --- a/docs/manual/vhosts/index.xml +++ b/docs/manual/vhosts/index.xml @@ -13,9 +13,9 @@ running more than one web site (such as www.company1.com and www.company2.com) on a single machine. Virtual hosts can be "IP-based," meaning that you have a + href="ip-based.html">IP-based", meaning that you have a different IP address for every web site, or "name-based," meaning that you have + href="name-based.html">name-based", meaning that you have 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.

-- 2.50.1