Re: httpd mod_proxy: ProxyPass negation

2009-08-15 Thread Stephan A. Rickauer
Any mod_proxy user who could have a look at this / finds this useful? Cheers, Stephan On Wed, 2009-08-05 at 14:40 +0200, Stephan A. Rickauer wrote: > This diff backports and documents the ProxyPass negation found in > apache2, useful for excluding subdirs from being proxied, e.g. > > ProxyPass

httpd mod_proxy: ProxyPass negation

2009-08-05 Thread Stephan A. Rickauer
This diff backports and documents the ProxyPass negation found in apache2, useful for excluding subdirs from being proxied, e.g. ProxyPass /foo/bar ! ProxyPass /foo/ http://backend/foo/ I run this patch in production on a loaded i386 reverse proxy without any troubles. Spacing corrections by