From: Martin Kraemer Date: Thu, 8 Nov 2001 14:37:11 +0000 (+0000) Subject: Fix erroneous description X-Git-Tag: 2.0.28~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26b47d185e3db154d90088ffde054f06a5b29438;p=apache Fix erroneous description git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91799 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 2b8647946d..d0ab1c9b36 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -2238,13 +2238,11 @@ The Port directive in Apache-1.3, which used to perform this role, has also been removed, easing configuration for all users.

-

If the port has been specified, then automatic redirections - (e.g., by the mod_dir module) will - always use the given port, no matter what the actual - request's port number was. If no port number was specified, however, - the setting of UseCanonicalName - 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. +

See the description of the + UseCanonicalName directive for + settings which determine whether self-referential URL's (e.g., by the + mod_dir module) will use the specified + port, or the port to which the client connected.

See Also: