]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
configuration change.
authorIan Holsman <ianh@apache.org>
Tue, 29 Jan 2002 19:00:45 +0000 (19:00 +0000)
committerIan Holsman <ianh@apache.org>
Tue, 29 Jan 2002 19:00:45 +0000 (19:00 +0000)
commitd71dbcbc0cdbf35a04cde1174e7e6c2f5881ccac
tree5b4d74094e325c1a08be30820565dfd0979b2c0c
parentbab8bc6a4530a17e25f1bbc38473ce0f99ff1ba3
configuration change.
allow a '!' directive to stop proxying these requests
eg.

  ProxyPass /services/images/     !
  ProxyPass /services/            http://service-machine/services/

which will stop requests to /services/images/ from being proxied

Submitted by: Jukka Pihl <jukka.pihl@entirem.com>
Reviewed by: Ian Holsman, Graham Legget, Chuck Murcko

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93086 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/mod/mod_proxy.html
modules/proxy/mod_proxy.c