You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2013/08/19 15:56:20 UTC

svn commit: r1515421 - /httpd/httpd/trunk/docs/manual/vhosts/name-based.xml

Author: trawick
Date: Mon Aug 19 13:56:20 2013
New Revision: 1515421

URL: http://svn.apache.org/r1515421
Log:
whitespace tweaks

Modified:
    httpd/httpd/trunk/docs/manual/vhosts/name-based.xml

Modified: httpd/httpd/trunk/docs/manual/vhosts/name-based.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/vhosts/name-based.xml?rev=1515421&r1=1515420&r2=1515421&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/vhosts/name-based.xml (original)
+++ httpd/httpd/trunk/docs/manual/vhosts/name-based.xml Mon Aug 19 13:56:20 2013
@@ -71,9 +71,9 @@
     <p>When a request arrives, the server will find the best (most specific) matching
     <directive type="section" module="core">VirtualHost</directive> argument based on
     the IP address and port used by the request.  If there is more than one virtual host
-    containing this best-match address and port combination,  Apache will further
+    containing this best-match address and port combination, Apache will further
     compare the <directive module="core" >ServerName</directive> and <directive
-    module="core">ServerAlias</directive>  directives to the server name
+    module="core">ServerAlias</directive> directives to the server name
     present in the request.</p>
 
     <section id="defaultvhost"><title>The default name-based vhost for an IP and port combination </title>