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