diff options
author | Jeff Trawick <trawick@apache.org> | 2013-08-19 15:56:20 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2013-08-19 15:56:20 +0200 |
commit | f26cf1c01272d30df70e3101d38ee01ea8a64378 (patch) | |
tree | 15a18b96ce9bb34da06c9958616b4b9b49e1f472 | |
parent | follow up to r1515403: fix eol-style on new files (diff) | |
download | apache2-f26cf1c01272d30df70e3101d38ee01ea8a64378.tar.xz apache2-f26cf1c01272d30df70e3101d38ee01ea8a64378.zip |
whitespace tweaks
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1515421 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/vhosts/name-based.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/vhosts/name-based.xml b/docs/manual/vhosts/name-based.xml index c35c2b9ce1..f8a5bc7a19 100644 --- a/docs/manual/vhosts/name-based.xml +++ b/docs/manual/vhosts/name-based.xml @@ -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> |