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