From ab64c63dae6d2cfddc356f1ceb6d4f0570731feb Mon Sep 17 00:00:00 2001 From: Daniel Gruno Date: Sun, 29 Apr 2012 16:22:05 +0000 Subject: [PATCH] Typo fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1331934 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/vhosts/name-based.html.en | 2 +- docs/manual/vhosts/name-based.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.3