From baab53b9e1946b10b040f84aa63c49e9be16a5c8 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 1 Apr 2012 13:32:12 +0000 Subject: [PATCH] xform git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1308112 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html.en | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 176562cdf1e..44f6c47d666 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -3008,6 +3008,11 @@ 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