IIUC, we still require Port for any non-standard listeners to create the correct
server name (e.g. http://ServerName:Port/{redirect}) references.

If this is not true, then I agree, remove it.  But do we now pick up the Port
from the ServerName directive in 1.3?

If they can follow the Apache 2 conventions, it makes migration easier, so
if my fears are unfounded, +1.

Bill

At 12:52 PM 3/8/2003, Rich Bowen wrote:
>It has irritated me for a while that the default Apache 1.3
>configuration contains the Port directive, when the documentation says
>not to use it. Does anyone object to this:
>
>Index: httpd.conf-dist
>===================================================================
>RCS file: /home/cvs/apache-1.3/conf/httpd.conf-dist,v
>retrieving revision 1.83
>diff -B -b -u -r1.83 httpd.conf-dist
>--- httpd.conf-dist     28 Feb 2003 13:36:03 -0000      1.83
>+++ httpd.conf-dist     8 Mar 2003 18:49:54 -0000
>@@ -173,6 +173,7 @@
> #
> #Listen 3000
> #Listen 12.34.56.78:80
>+Listen 80
>
> #
> # BindAddress: You can support virtual hosts with this option. This directive
>@@ -224,12 +225,6 @@
> # effect since their settings are defined by the inetd configuration.
> # Skip ahead to the ServerAdmin directive.
> #
>-
>-#
>-# Port: The port to which the standalone server listens. For
>-# ports < 1023, you will need httpd to be run as root initially.
>-#
>-Port 80
>
> #
> # If you wish httpd to run as a different user or group, you must run
>
>-- 
>Who can say where the road goes
>Where the day flows
>Only time
> --Pilgrim (Enya - A Day Without Rain)


Reply via email to