From 72b912f8979ff00ff5723c3384277a6e535e13ea Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Thu, 27 Aug 2009 08:53:18 +0000 Subject: [PATCH] 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 --- docs/manual/mod/mod_proxy.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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.

-- 2.47.2