summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2024-04-01 10:39:13 +0200
committerChristophe Jaillet <jailletc36@apache.org>2024-04-01 10:39:13 +0200
commit21155482135ad2ba8e4bfc547dd6d6a0093d502f (patch)
treed3f7c5a8edc379bee0225c9ec656964b8428d254 /docs
parentAdd <compatibility> note for CGIScriptTimeout. (diff)
downloadapache2-21155482135ad2ba8e4bfc547dd6d6a0093d502f.tar.xz
apache2-21155482135ad2ba8e4bfc547dd6d6a0093d502f.zip
r1881790 has also added the 3rd argument to "ProxyRemoteMatch"
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1916708 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mod_proxy.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index 3ddb503c83..26247303bd 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -728,9 +728,10 @@ ProxyRemote ftp http://ftpproxy.mydomain:8080
<name>ProxyRemoteMatch</name>
<description>Remote proxy used to handle requests matched by regular
expressions</description>
-<syntax>ProxyRemoteMatch <var>regex</var> <var>remote-server</var></syntax>
+<syntax>ProxyRemoteMatch <var>regex</var> <var>remote-server</var> [<var>username:password</var>]</syntax>
<contextlist><context>server config</context><context>virtual host</context>
</contextlist>
+<compatibility>The optional third argument is usable only in httpd 2.5.1 and later.</compatibility>
<usage>
<p>The <directive>ProxyRemoteMatch</directive> is identical to the