From 3812e76b45ad569a9fea0ce1a7076acea659772b Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 16 Mar 2012 09:45:34 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1301399 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 4 ++++ docs/manual/vhosts/name-based.html.en | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 152605a72b..178954c231 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -3791,6 +3791,10 @@ to name-virtual hosts </VirtualHost>

+

Name-based virtual hosts for the best-matching set of <virtualhost>s are processsed + in the order they appear in the configuration. The first matching ServerName or ServerAlias is used, with no different precedence for wildcards + (nor for ServerName vs. ServerAlias).

+

See also