From: Lucien Gentis Date: Sun, 8 Nov 2009 13:56:56 +0000 (+0000) Subject: Little typos. X-Git-Tag: 2.2.15~162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f757c209e9de83e4f44caecd6bfddf300bd8e34;p=thirdparty%2Fapache%2Fhttpd.git Little typos. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@833879 13f79535-47bb-0310-9956-ffa450edef68 --- 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.