summaryrefslogtreecommitdiffstats
path: root/docs/manual/vhosts/details.html
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>1998-04-22 00:24:51 +0200
committerJim Jagielski <jim@apache.org>1998-04-22 00:24:51 +0200
commit1f1e1ae066577ee1200f078f050a3321e9c26571 (patch)
treed44a16ab1d454b5692bac89d78e7aa9354b3f580 /docs/manual/vhosts/details.html
parent Add Dean's description of what pools there are to the soi-disant (diff)
downloadapache2-1f1e1ae066577ee1200f078f050a3321e9c26571.tar.xz
apache2-1f1e1ae066577ee1200f078f050a3321e9c26571.zip
Some clarification that only one NameVirtualHost
is used per IP:port pair git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81012 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--docs/manual/vhosts/details.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/manual/vhosts/details.html b/docs/manual/vhosts/details.html
index fdb9512597..97ac6d824e 100644
--- a/docs/manual/vhosts/details.html
+++ b/docs/manual/vhosts/details.html
@@ -77,7 +77,9 @@ holds the hostname aliases (CNAMEs) for your name-based vhosts via a
<CODE>NameVirtualHost</CODE> directive in your configuration file.
<P>Multiple <CODE>NameVirtualHost</CODE> directives can be used each
-with a set of <CODE>VirtualHost</CODE> directives.
+with a set of <CODE>VirtualHost</CODE> directives but only one
+<CODE>NameVirtualHost</CODE> directive should be used for each
+specific IP:port pair.
<P>The ordering of <CODE>NameVirtualHost</CODE> and
<CODE>VirtualHost</CODE> directives is not important which makes the