From 187a7669fd82b12c4d40c8b1b893aee5e14c9e13 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Thu, 9 Dec 2010 18:24:17 +0000 Subject: [PATCH] validate-xml fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1044067 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/vhosts/name-based.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/vhosts/name-based.xml b/docs/manual/vhosts/name-based.xml index bc3870e87f..842dc6a1b1 100644 --- a/docs/manual/vhosts/name-based.xml +++ b/docs/manual/vhosts/name-based.xml @@ -83,7 +83,7 @@ matches the requested hostname. If it finds one, then it uses the configuration for that server.

-

If no matching ServerName or ServerAlias is found in the +

If no matching ServerName or ServerAlias is found in the set of virtual hosts matching the NameVirtualHost directive, then the first listed virtual host that matches the IP address will be used.

-- 2.50.1