https://issues.apache.org/bugzilla/show_bug.cgi?id=57259
Yann Ylavic <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #6 from Yann Ylavic <[email protected]> --- Created attachment 32277 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32277&action=edit Don't add default port (of any known scheme) to the name of proxy workers Since 8089 is default port for the AJP scheme, the canonicalization removes it from the URL, but the proxy worker name (URL) still contains it. Hence the failure to match the requested URL with the worker, and the use of the default worker (reverse proxy). Can you please try the attached patch? A workaround would be to not specify the port 8009 in the ProxyPass declaration: ProxyPass / ajp://127.0.0.1/ or ProxyPass / ajp://[::1]/ -- 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]
