]> granicus.if.org Git - apache/commitdiff
Fix erroneous description
authorMartin Kraemer <martin@apache.org>
Thu, 8 Nov 2001 14:37:11 +0000 (14:37 +0000)
committerMartin Kraemer <martin@apache.org>
Thu, 8 Nov 2001 14:37:11 +0000 (14:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91799 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index 2b8647946d5487abc2e27f6380561535f0b96e31..d0ab1c9b36df1bf70569bb5a19d1dfb1268dbc18 100644 (file)
     The Port directive in Apache-1.3, which used to perform this role, has also
     been removed, easing configuration for all users.</p>
 
-    <p>If the port has been specified, then automatic redirections
-    (e.g., by the <a href="mod_dir.html">mod_dir</a> module) will
-    <em>always</em> use the given port, no matter what the actual
-    request's port number was. If no port number was specified, however,
-    the setting of <a href="#usecanonicalname">UseCanonicalName</a>
-    decides whether the default port (80 for http://, 443 for https://),
-    or the actual port the request came in on, will be used in redirections.
+    <p>See the description of the
+    <a href="#usecanonicalname">UseCanonicalName</a> directive for
+    settings which determine whether self-referential URL's (e.g., by the
+    <a href="mod_dir.html">mod_dir</a> module) will use the specified
+    port, or the port to which the client connected.
     </p>
 
     <p><strong>See Also</strong>:<br />