On Tue, May 15, 2001 at 09:36:47AM -0400, Bill Stoddard wrote:
> 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.

That sounds like a bug in mod_log_config.  r->server->port is not the port
that the connection came in on.

....Roy

Reply via email to