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

Reply via email to