]> granicus.if.org Git - apache/commitdiff
Clarify that the "www.example.com" is in the ServerName directive
authorDaniel Earl Poirier <poirier@apache.org>
Thu, 4 Nov 2010 19:59:40 +0000 (19:59 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Thu, 4 Nov 2010 19:59:40 +0000 (19:59 +0000)
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

index ca66e67c051c828baadd614be12a088e7c29b459..ebfa97d9bcc00c54deffccf7413073745d013fbc 100644 (file)
@@ -84,7 +84,8 @@
     </example>
 
     <p>The asterisks match all addresses, so the main server serves no
-    requests. Due to the fact that <code>www.example.com</code> is first
+    requests. Due to the fact that the virtual host with
+    <code>ServerName www.example.com</code> is first
     in the configuration file, it has the highest priority and can be seen
     as the <cite>default</cite> or <cite>primary</cite> server. That means
     that if a request is received that does not match one of the specified