diff options
author | Lucien Gentis <lgentis@apache.org> | 2010-12-29 17:18:54 +0100 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2010-12-29 17:18:54 +0100 |
commit | 60bad7a0683f28d67be32deb1acfc7c3000afda0 (patch) | |
tree | bc1d9dcd5a1647b1f2782fd4a1ff14ba8d02e375 /docs/manual/vhosts/details.xml | |
parent | update transformations (diff) | |
download | apache2-60bad7a0683f28d67be32deb1acfc7c3000afda0.tar.xz apache2-60bad7a0683f28d67be32deb1acfc7c3000afda0.zip |
Typos.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1053666 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/vhosts/details.xml')
-rw-r--r-- | docs/manual/vhosts/details.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/vhosts/details.xml b/docs/manual/vhosts/details.xml index 8fc83fd933..4036af603b 100644 --- a/docs/manual/vhosts/details.xml +++ b/docs/manual/vhosts/details.xml @@ -185,7 +185,7 @@ <section id="ipbased"><title>IP-based vhost</title> <p>If there is exactly one <code>VirtualHost</code> directive - listing the IP address and port combibation that was determined + listing the IP address and port combination that was determined to be the best match, no further actions are performed and the request is served from the matching vhost.</p> @@ -193,7 +193,7 @@ <section id="namebased"><title>Name-based vhost</title> - <p>If there are multiple <code>VirtalHost</code> directives listing + <p>If there are multiple <code>VirtualHost</code> directives listing the IP address and port combination that was determined to be the best match, the "list" in the remaining steps refers to the list of vhosts that matched, in the order they were in the configuration file.</p> |