From: Joshua Slive Date: Mon, 22 Jul 2002 17:31:00 +0000 (+0000) Subject: Remove a paragraph from the UseCanonicalName defition that is not relevant now X-Git-Tag: 2.0.40~160 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=80fee2ce881281678237c6bd04fc4db9f6529a91;p=apache Remove a paragraph from the UseCanonicalName defition that is not relevant now that Port is gone. PR: 11041 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96145 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 62796df263..a9cf253fdd 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -1686,22 +1686,14 @@ certain events before failing a request

UseCanonicalName Directive

Description: Configures how the server determines its own name and port
Syntax:UseCanonicalName on|off|dns
Default:UseCanonicalName on
Context:server config, virtual host, directory
Status:Core
Module:core
-

In many situations Apache has to construct a - self-referential URL. That is, a URL which refers back to +

In many situations Apache must construct a + self-referential URL -- that is, a URL that refers back to the same server. With UseCanonicalName on Apache will use the hostname and port specified in the ServerName directive to construct the 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 CGIs.

-

For example, if ServerName is set to - www.example.com and Port is set - to 9090, then the canonical name of the server - is www.example.com:9090. In the event that - Port has its default value of - 80, the :80 is ommitted from the - canonical name.

-

With UseCanonicalName off Apache will form self-referential URLs using the hostname and port supplied by the client if any are supplied (otherwise it will use the diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index d643fb86cb..4188928bbc 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2455,8 +2455,8 @@ port directory -

In many situations Apache has to construct a - self-referential URL. That is, a URL which refers back to +

In many situations Apache must construct a + self-referential URL -- that is, a URL that refers back to the same server. With UseCanonicalName on Apache will use the hostname and port specified in the ServerName directive to construct the canonical @@ -2464,14 +2464,6 @@ port URLs, and for the values of SERVER_NAME and SERVER_PORT in CGIs.

-

For example, if ServerName is set to - www.example.com and Port is set - to 9090, then the canonical name of the server - is www.example.com:9090. In the event that - Port has its default value of - 80, the :80 is ommitted from the - canonical name.

-

With UseCanonicalName off Apache will form self-referential URLs using the hostname and port supplied by the client if any are supplied (otherwise it will use the