summaryrefslogtreecommitdiffstats
path: root/docs/manual/vhosts/details.html.en
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2012-05-31 14:13:20 +0200
committerEric Covener <covener@apache.org>2012-05-31 14:13:20 +0200
commit1116fb9bafb8f30bbccb5ba4b418424d9ccfd7c8 (patch)
tree71b68f8c5c45b4f6cd779387a3a67bce922b2d23 /docs/manual/vhosts/details.html.en
parentxforms (diff)
downloadapache2-1116fb9bafb8f30bbccb5ba4b418424d9ccfd7c8.tar.xz
apache2-1116fb9bafb8f30bbccb5ba4b418424d9ccfd7c8.zip
PR53334, restore info about VirtualHost args used for comparison in name-based vhosts
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1344666 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/vhosts/details.html.en')
-rw-r--r--docs/manual/vhosts/details.html.en4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/vhosts/details.html.en b/docs/manual/vhosts/details.html.en
index 436328ed69..b2fa38820d 100644
--- a/docs/manual/vhosts/details.html.en
+++ b/docs/manual/vhosts/details.html.en
@@ -109,6 +109,10 @@
ServerAlias. It is also used for all SSL connections if the
server does not support <a class="glossarylink" href="../glossary.html#servernameindication" title="see glossary">Server Name Indication</a>.</p>
+ <p>The complete list of names in the <code>VirtualHost</code>
+ directive are treated just like a (non wildcard) <code>ServerAlias</code>
+ (but are not overridden by any <code>ServerAlias</code> statement).</p>
+
<p>For every vhost various default values are set. In
particular:</p>