]> granicus.if.org Git - apache/commitdiff
Merge r1641384 from trunk:
authorEric Covener <covener@apache.org>
Mon, 24 Nov 2014 12:50:09 +0000 (12:50 +0000)
committerEric Covener <covener@apache.org>
Mon, 24 Nov 2014 12:50:09 +0000 (12:50 +0000)
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/branches/2.4.x@1641386 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 11e72edebde4def338577632ebb7d3986b3a122f..6bd2803b348027f0a8374069fa8b2ad1b3b58a78 100644 (file)
@@ -1343,7 +1343,7 @@ ProxyPassReverse  /mirror/foo/ https://backend.example.com/
     then</p>
 
     <highlight language="config">
-      ProxyPassMatch ^(/.*\.gif)$ http://backend.example.com$1
+      ProxyPassMatch ^/(.*\.gif)$ http://backend.example.com/$1
     </highlight>
 
     <p>will cause a local request for