]> granicus.if.org Git - apache/commitdiff
Minor tweaks to the _default_ example
authorRich Bowen <rbowen@apache.org>
Wed, 7 Apr 2010 12:36:27 +0000 (12:36 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 7 Apr 2010 12:36:27 +0000 (12:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931524 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/examples.html.en
docs/manual/vhosts/examples.xml

index 928f8e106fa3f7c4e46668740e701a3c0b2afee9..449f0d003abc4310401795db8874825b47a0fca1 100644 (file)
@@ -72,7 +72,7 @@
           address, or nobody else will be able to see your web site. You
           can put entries in your <code>hosts</code> file for local
           testing, but that will work only from the machine with those
-          hosts entries.</p>
+          <code>hosts</code> entries.</p>
     </div>
 
     <div class="example"><h3>Server configuration</h3><p><code>
     <p>A request to an unspecified address on port 80 is served from the
     default vhost. Any other request to an unspecified address and port is
     served from the main server.</p>
+
+    <p>Any use of <code>*</code> in a virtual host declaration will have
+    higher precedence than <code>_default_</code>.</p>
+
     
 
   </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
index 4e1b366d177cfe239afca917145fd1fbc2730321..6722b12c30810b672e2fd5c16873c3c06b1ab0ce 100644 (file)
@@ -50,7 +50,7 @@
           address, or nobody else will be able to see your web site. You
           can put entries in your <code>hosts</code> file for local
           testing, but that will work only from the machine with those
-          hosts entries.</p>
+          <code>hosts</code> entries.</p>
     </note>
 
     <example>
     <p>A request to an unspecified address on port 80 is served from the
     default vhost. Any other request to an unspecified address and port is
     served from the main server.</p>
+
+    <p>Any use of <code>*</code> in a virtual host declaration will have
+    higher precedence than <code>_default_</code>.</p>
+
     </section>
 
   </section>