summaryrefslogtreecommitdiff
path: root/docs/manual/vhosts/name-based.html
diff options
context:
space:
mode:
authordgaudet <dgaudet@unknown>1997-11-12 21:11:59 +0000
committerdgaudet <dgaudet@unknown>1997-11-12 21:11:59 +0000
commit00aed4225aad054e36cb76ad2306d00205f5f9b6 (patch)
tree3837b3dc7062352678aad3abf1e67fe7cee035da /docs/manual/vhosts/name-based.html
parentf43c854459e7423d4970cf7867f9e645ef5f9bfb (diff)
downloadhttpd-00aed4225aad054e36cb76ad2306d00205f5f9b6.tar.gz
Language tweaks. Expand on the common reason why you would want to run
multiple daemons. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79587 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/vhosts/name-based.html')
-rw-r--r--docs/manual/vhosts/name-based.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/vhosts/name-based.html b/docs/manual/vhosts/name-based.html
index f26dd5f8ed..8c77f4fb0b 100644
--- a/docs/manual/vhosts/name-based.html
+++ b/docs/manual/vhosts/name-based.html
@@ -21,7 +21,7 @@
<h2>Name-based vs. IP-based virtual hosts</h2>
-<p>While the approach with IP-based virtual hosts works still very well,
+<p>While the approach with IP-based virtual hosts works very well,
it is not the most elegant solution, because a dedicated IP address
is needed for every virtual host and it is hard to implement on some
machines. The <code>HTTP/1.1</code> protocol contains a method for the
@@ -55,7 +55,7 @@ code similar to the following:</p>
<p>The notable difference between IP-based and name-based virtual host
configuration is the
<A HREF="../mod/core.html#namevirtualhost"><code>NameVirtualHost</code></A>
-directive which specifies any IP address that should be used as a target for
+directive which specifies an IP address that should be used as a target for
name-based virtual hosts.
<p>Of course, any additional directives can (and should) be placed