So you are saying this is a bug for sure? It is east to update
r->server->port with what is in the local_addr->sin_port field right before
calling new_connection(). There is code in http_main.c that does just that
for some platforms. Not sure what the implications are though...
Bill
> 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
> >
> >
>