From: Eric Covener Date: Mon, 24 Nov 2014 12:49:03 +0000 (+0000) Subject: the next sentence says: X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d6c195f51128b5f08d351ba7b9cd1d6701a79d9;p=thirdparty%2Fapache%2Fhttpd.git the next sentence says: The URL argument must be parsable as a URL before regexp substitutions (as well as after). This limits the matches you can use. For instance, if we had used git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1641384 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 44e372a54e1..4c9a22d8652 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -1347,7 +1347,7 @@ ProxyPassReverse /mirror/foo/ https://backend.example.com/ then

- ProxyPassMatch ^(/.*\.gif)$ http://backend.example.com$1 + ProxyPassMatch ^/(.*\.gif)$ http://backend.example.com/$1

will cause a local request for