From: Daniel Earl Poirier Date: Thu, 4 Nov 2010 19:59:40 +0000 (+0000) Subject: Clarify that the "www.example.com" is in the ServerName directive X-Git-Tag: 2.3.9~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9407a5f196ee4f1540448e7ffff5db3842a611c;p=apache 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 --- 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