https://issues.apache.org/bugzilla/show_bug.cgi?id=45420


David Edwards <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |




--- Comment #2 from David Edwards <[EMAIL PROTECTED]>  2008-07-17 13:12:49 PST 
---
So I did not have ProxyPassReverse listed correctly, that does not change the
different behavior I see between mod_proxy_ajp and mod_proxy_http

Using the http connector
ProxyPass / http://localhost:8009/test/
a request to http://domain.com/index.jsp goes correctly to
http://localhost:8009/test/index.jsp

If the ajp connector is used
ProxyPass / ajp://localhost:8009/test/

a request to http://domain.com/index.jsp goes to
http://localhost:8009/test/test/index.jsp
which is not the expected behavior.


-- 
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]

Reply via email to