https://bz.apache.org/bugzilla/show_bug.cgi?id=63504
Julien Trolet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #2 from Julien Trolet <[email protected]> --- When you specify the Listen port (or any other non standard port) in the ServerName directive you also get the same issue, requests with a port in the Host header will get valid responses since the port from the Host header will be echoed back, but requests without a port in the Host header will have the server port in the response. The workaround works fine but requires that you set the ServerName to a value that either does not contain a port or contains the default port, I just felt it at least needed to be reported since I have been using it for some time. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
