From: Daniel Gruno
Date: Sun, 29 Apr 2012 16:22:05 +0000 (+0000)
Subject: Typo fix
X-Git-Tag: 2.5.0-alpha~6940
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00c0a6fd640b60cb001eabc45608679c203229e2;p=thirdparty%2Fapache%2Fhttpd.git
Typo fix
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331934 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/vhosts/name-based.html.en b/docs/manual/vhosts/name-based.html.en
index 8800c8dda21..ea2cdcceb5d 100644
--- a/docs/manual/vhosts/name-based.html.en
+++ b/docs/manual/vhosts/name-based.html.en
@@ -155,7 +155,7 @@ ServerName other.example.com
first have your DNS server properly configured to map those names to an IP
address associated with your server.
- Name-based virtual hosts for the best-matching set of <virtualhost>
s are processsed
+
Name-based virtual hosts for the best-matching set of <virtualhost>
s are processed
in the order they appear in the configuration. The first matching ServerName
or ServerAlias
is used, with no different precedence for wildcards
(nor for ServerName vs. ServerAlias).
diff --git a/docs/manual/vhosts/name-based.xml b/docs/manual/vhosts/name-based.xml
index 2b67a0bc4c9..003efec6e87 100644
--- a/docs/manual/vhosts/name-based.xml
+++ b/docs/manual/vhosts/name-based.xml
@@ -169,7 +169,7 @@ ServerName other.example.com
address associated with your server.
Name-based virtual hosts for the best-matching set of virtualhosts are processsed
+ type="section" module="core">virtualhosts are processed
in the order they appear in the configuration. The first matching ServerName or ServerAlias is used, with no different precedence for wildcards