From: Nick Kew Date: Thu, 27 Aug 2009 08:53:18 +0000 (+0000) Subject: Document limitation to ProxyPassMatch in PR 46665 X-Git-Tag: 2.2.14~99 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72b912f8979ff00ff5723c3384277a6e535e13ea;p=thirdparty%2Fapache%2Fhttpd.git Document limitation to ProxyPassMatch in PR 46665 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@808327 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 55080d52110..540450dfdb6 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -944,6 +944,12 @@ expressions

will cause a local request for http://example.com/foo/bar.gif to be internally converted into a proxy request to http://backend.example.com/foo/bar.gif.

+ Note + The URL argument must be parsable as a URL before regexp + substitutions (as well as after). This limits the matches you can use. + See PR 46665 + for details and workaround ideas. +

The ! directive is useful in situations where you don't want to reverse-proxy a subdirectory.