From: Eric Covener Date: Thu, 31 May 2012 12:14:23 +0000 (+0000) Subject: Merge r1344666 from trunk: X-Git-Tag: 2.4.3~413 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=819c3de828dbba5429db7a93f6b3f616c96bf950;p=apache Merge r1344666 from trunk: PR53334, restore info about VirtualHost args used for comparison in name-based vhosts git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1344668 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/vhosts/details.html.en b/docs/manual/vhosts/details.html.en index 05b2e434da..4bd3fdd424 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: