On Mon, Jan 23, 2012 at 12:26 PM, John Cartwright <[email protected]> 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] instead of this one ProxyPass which would allow you to precede with your rewrites. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: [email protected] " from the digest: [email protected] For additional commands, e-mail: [email protected]
