From 1116fb9bafb8f30bbccb5ba4b418424d9ccfd7c8 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 31 May 2012 12:13:20 +0000 Subject: [PATCH] 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 --- docs/manual/vhosts/details.html.en | 4 ++++ docs/manual/vhosts/details.xml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/docs/manual/vhosts/details.html.en b/docs/manual/vhosts/details.html.en index 436328ed695..b2fa38820d8 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 f2f27e2e41a..3a1c6c1541e 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:

-- 2.47.2