Re: [users@httpd] order in which RewriteRule, ProxyPass directives applied

2012-01-23 Thread Eric Covener
On Mon, Jan 23, 2012 at 12:26 PM, John Cartwright wrote: > Hello All, > > I'm trying to find a way to apply a RewriteRule prior to a ProxyPass > seeing the request - can that be done? mod_proxy in 2.2 goes out of its way to run reliably before the Rewrite. You might try using Rewrite ... [P] inst

[users@httpd] order in which RewriteRule, ProxyPass directives applied

2012-01-23 Thread John Cartwright
Hello All, I'm trying to find a way to apply a RewriteRule prior to a ProxyPass seeing the request - can that be done? My situation is that I have a tomcat webapp deployed as foo.war and I'd like requests for it to come through apache as "/public/test/". It appears to me that currently the Prox