From: Justin Erenkrantz Date: Fri, 19 Oct 2001 05:52:07 +0000 (+0000) Subject: Remove references to Port directive. X-Git-Tag: 2.0.27~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=57bff9deb0f26bcda906bc9333e8c41a7c9f26c6;p=apache Remove references to Port directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91566 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index ac30ccc721..d49cf97257 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -2548,7 +2548,8 @@ self-referential URL. That is, a URL which refers back to the same server. With UseCanonicalName on (and in all versions prior to 1.3) Apache will use the ServerName and Port + href="#servername">ServerName and Listen directives to construct a canonical name for the server. This name is used in all self-referential URLs, and for the values of SERVER_NAME and SERVER_PORT in @@ -2592,7 +2593,8 @@ then it should be just fine.

See also: ServerName, Port

+ href="#servername">ServerName, Listen


<VirtualHost> @@ -2657,7 +2659,8 @@

You can specify a :port to change the port that is matched. If unspecified then it defaults to the same port as - the most recent Port statement + the most recent Listen statement of the main server. You may also specify :* to match all ports on that address. (This is recommended when used with _default_.)