]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
xforms
authorEric Covener <covener@apache.org>
Fri, 18 Dec 2020 14:23:03 +0000 (14:23 +0000)
committerEric Covener <covener@apache.org>
Fri, 18 Dec 2020 14:23:03 +0000 (14:23 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884609 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/name-based.html.en.utf8

index 94c11cfbf3a695b5c918b919afb055ec7ecfcebf..57df8fc8ce122225daebc7ad0c6ba901b0b9b040 100644 (file)
@@ -60,8 +60,9 @@
     applicable to a general-purpose web server.</p>
 
     <p> Name-based virtual hosting builds off of the IP-based virtual host
-    selection algorithm, meaning that searches for the proper server name
-    occur only between virtual hosts that have the best IP-based address.</p>
+    selection algorithm, meaning that comparisons of ther requested hostname
+    to configured hostnames occurs only within the set of virtual hosts that 
+    share the most specific IP:PORT based match at the network layer.</p>
 
 </div><div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
 <div class="section">
@@ -70,7 +71,7 @@
     <p>It is important to recognize that the first step in name-based virtual
     host resolution is IP-based resolution.  Name-based virtual host
     resolution only chooses the most appropriate name-based virtual host
-    after narrowing down the candidates to the best IP-based match.  Using a wildcard (*)
+    after narrowing down the candidates to the best (most specific) IP-based match.  Using a wildcard (*)
     for the IP address in all of the VirtualHost directives makes this
     IP-based mapping irrelevant.</p>