Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 23053 invoked by uid 500); 22 Jul 2002 17:31:01 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 23041 invoked by uid 500); 22 Jul 2002 17:31:01 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 22 Jul 2002 17:31:00 -0000 Message-ID: <20020722173100.67439.qmail@icarus.apache.org> From: slive@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/docs/manual/mod core.xml core.html.en X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N slive 2002/07/22 10:31:00 Modified: docs/manual/mod core.xml core.html.en Log: Remove a paragraph from the UseCanonicalName defition that is not relevant now that Port is gone. PR: 11041 Revision Changes Path 1.20 +2 -10 httpd-2.0/docs/manual/mod/core.xml Index: core.xml =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.xml,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -b -u -r1.19 -r1.20 --- core.xml 9 Jul 2002 15:32:35 -0000 1.19 +++ core.xml 22 Jul 2002 17:31:00 -0000 1.20 @@ -2455,22 +2455,14 @@ 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 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 1.13 +2 -10 httpd-2.0/docs/manual/mod/core.html.en Index: core.html.en =================================================================== RCS file: /home/cvs/httpd-2.0/docs/manual/mod/core.html.en,v retrieving revision 1.12 retrieving revision 1.13 diff -u -d -b -u -r1.12 -r1.13 --- core.html.en 10 Jul 2002 07:06:30 -0000 1.12 +++ core.html.en 22 Jul 2002 17:31:00 -0000 1.13 @@ -1686,21 +1686,13 @@ the timer is not reset when a packet is sent.


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