From 060129e6cbe19598af84d90c92a1eb95589b2919 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Sun, 1 Apr 2012 13:31:27 +0000 Subject: [PATCH] backport note about ServerAlias/ServerName or exact-match/wildcard not really having any precedence over one another git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1308110 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 145cea659a5..aea21c71fbd 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2988,6 +2988,14 @@ to name-virtual hosts # ...
</VirtualHost> + +

Name-based virtual hosts for the best-matching set of virtualhosts 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).

+ UseCanonicalName Apache Virtual Host documentation -- 2.47.2