Hello,
we use a tomcat behind a apache. we also use mod_rewrite proxy rules to
manage requests from the apache to the tomcat. Our wicket application
modifies the location header:
curl -I http://wicket-application/application-context/login
HTTP/1.1 302 Moved Temporarily
Date: Wed, 30 May
Hello,
we use a tomcat behind a apache. we also use mod_rewrite proxy rules to
manage requests from the apache to the tomcat. Our wicket application
modifies the location header:
curl -I http://wicket-application/application-context/login
HTTP/1.1 302 Moved Temporarily
Date: Wed, 30 May
Hi Jan,
Have you tried proxying with AJP instead of HTTP? Some of this complexity
goes away then.
Using mod_rewrite's [P] flag to proxy requests shouldn't be incompatible
with ProxyPassReverse or ProxyPassReverseCookieDomain. Did you try it?
Dan
On Fri, Jun 1, 2012 at 2:51 AM, Jan Riehn