From 2f757c209e9de83e4f44caecd6bfddf300bd8e34 Mon Sep 17 00:00:00 2001 From: Lucien Gentis Date: Sun, 8 Nov 2009 13:56:56 +0000 Subject: [PATCH] Little typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@833879 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/vhosts/details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/vhosts/details.xml b/docs/manual/vhosts/details.xml index 65bec8231c5..1db9bff53b8 100644 --- a/docs/manual/vhosts/details.xml +++ b/docs/manual/vhosts/details.xml @@ -86,9 +86,9 @@ with the exact IP address (or wildcard) and port pair used in a correspnding set of VirtualHost directives.

-

The name-based virtual host selection occurs only after the a single IP-based +

The name-based virtual host selection occurs only after a single IP-based virtual host has been selected, and only considers the set of virtual hosts - the carry an identical IP address and port pair.

+ that carry an identical IP address and port pair.

Hostnames can be used in place of IP addresses in a virtual host definition, but it is resolved at startup and is not recommended.

-- 2.47.3