https://issues.apache.org/bugzilla/show_bug.cgi?id=45420
Summary: mod_proxy_ajp url handling
Product: Apache httpd-2
Version: 2.2.9
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Apache 2.2.9 with worker mpm on linux 2.6
When mod_proxy_ajp is used as follows,
ProxyPass / ajp://localhost:8009/test/
ProxyPassReverse / ajp://localhost:8009/test/
requests to page http://domain.com/index.jsp gets rewritten to
http://domain.com/test/index.jsp
When mod_proxy_http is used as follows,
ProxyPass / http://localhost:8009/test/
ProxyPassReverse / http://localhost:8009/test/
requests to page http://domain.com/index.jsp get correctly rewritten to
http://domain.com/index.jsp in the /test/ folder on the tomcat server.
mod_proxy_ajp is incorrectly adding the "test" folder on the proxy url to the
user's request.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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]