The bug is documented in STATUS. Care to research :-?
----- Original Message -----
From: "Bill Stoddard" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 15, 2001 8:36 AM
Subject: Is this an Apache 1.3 bug or a config problem?
> At global scope I have the following config:
>
> Port 80
> Listen 8080
>
> As documented, Apache listens on port 8080 (the Port setting is ignored and
> the server will not listen on port 80). Here is the bug... If I use the %p
> log option to log the port the inbound request was received on, port 80 is
> logged (not port 8080 as expected). r->server->port is set to 80. This
> looks like plain goofy behaviour to me.
>
> Bill
>
>