From a9407a5f196ee4f1540448e7ffff5db3842a611c Mon Sep 17 00:00:00 2001 From: Daniel Earl Poirier Date: Thu, 4 Nov 2010 19:59:40 +0000 Subject: [PATCH] Clarify that the "www.example.com" is in the ServerName directive in the first example. Reported by Charles Merriam. PR49611 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1031197 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/vhosts/examples.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/manual/vhosts/examples.xml b/docs/manual/vhosts/examples.xml index ca66e67c05..ebfa97d9bc 100644 --- a/docs/manual/vhosts/examples.xml +++ b/docs/manual/vhosts/examples.xml @@ -84,7 +84,8 @@

The asterisks match all addresses, so the main server serves no - requests. Due to the fact that www.example.com is first + requests. Due to the fact that the virtual host with + ServerName www.example.com is first in the configuration file, it has the highest priority and can be seen as the default or primary server. That means that if a request is received that does not match one of the specified -- 2.50.1