From: Rich Bowen
Date: Wed, 7 Apr 2010 12:36:27 +0000 (+0000)
Subject: Minor tweaks to the _default_ example
X-Git-Tag: 2.3.6~246
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0c5c9c03730e51dbbe2c265181672c0d5529252a;p=apache
Minor tweaks to the _default_ example
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@931524 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/vhosts/examples.html.en b/docs/manual/vhosts/examples.html.en
index 928f8e106f..449f0d003a 100644
--- a/docs/manual/vhosts/examples.html.en
+++ b/docs/manual/vhosts/examples.html.en
@@ -72,7 +72,7 @@
address, or nobody else will be able to see your web site. You
can put entries in your hosts
file for local
testing, but that will work only from the machine with those
- hosts entries.
+ hosts
entries.
Server configuration
@@ -530,6 +530,10 @@
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.
+
+ Any use of *
in a virtual host declaration will have
+ higher precedence than _default_
.
+
diff --git a/docs/manual/vhosts/examples.xml b/docs/manual/vhosts/examples.xml
index 4e1b366d17..6722b12c30 100644
--- a/docs/manual/vhosts/examples.xml
+++ b/docs/manual/vhosts/examples.xml
@@ -50,7 +50,7 @@
address, or nobody else will be able to see your web site. You
can put entries in your hosts
file for local
testing, but that will work only from the machine with those
- hosts entries.
+ hosts
entries.
@@ -509,6 +509,10 @@
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.
+
+ Any use of *
in a virtual host declaration will have
+ higher precedence than _default_
.
+