summaryrefslogtreecommitdiff
path: root/docs/manual/mod/mod_proxy.xml
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2014-11-24 12:50:09 +0000
committerEric Covener <covener@apache.org>2014-11-24 12:50:09 +0000
commit249a2b39577f1f7af5a1dc4fb496f26d71a32e17 (patch)
treefda1c55f868cb069b73a7b9b364ac7e65e1cda3f /docs/manual/mod/mod_proxy.xml
parent24225d293c5856303e68edaeb2bdbe4a1c8ead35 (diff)
downloadhttpd-249a2b39577f1f7af5a1dc4fb496f26d71a32e17.tar.gz
Merge r1641384 from trunk:
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
Diffstat (limited to 'docs/manual/mod/mod_proxy.xml')
-rw-r--r--docs/manual/mod/mod_proxy.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 11e72edebd..6bd2803b34 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -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