From: Eric Covener Date: Thu, 31 May 2012 12:13:20 +0000 (+0000) Subject: PR53334, restore info about VirtualHost args used for comparison in name-based vhosts X-Git-Tag: 2.5.0-alpha~6775 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1116fb9bafb8f30bbccb5ba4b418424d9ccfd7c8;p=apache 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 --- 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 Server Name Indication.

+

The complete list of names in the VirtualHost + directive are treated just like a (non wildcard) ServerAlias + (but are not overridden by any ServerAlias statement).

+

For every vhost various default values are set. In particular:

diff --git a/docs/manual/vhosts/details.xml b/docs/manual/vhosts/details.xml index f2f27e2e41..3a1c6c1541 100644 --- a/docs/manual/vhosts/details.xml +++ b/docs/manual/vhosts/details.xml @@ -109,6 +109,10 @@ server does not support Server Name Indication.

+

The complete list of names in the VirtualHost + directive are treated just like a (non wildcard) ServerAlias + (but are not overridden by any ServerAlias statement).

+

For every vhost various default values are set. In particular: