]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
r1881790 has also added the 3rd argument to "ProxyRemoteMatch".
authorChristophe Jaillet <jailletc36@apache.org>
Mon, 1 Apr 2024 08:40:50 +0000 (08:40 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Mon, 1 Apr 2024 08:40:50 +0000 (08:40 +0000)
(r1916708 in trunk)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1916709 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 10c2e610cc1841f4f024dd2a1a16a978f07cb206..19ca725fa2daa92aa6e4cf9eca2ddc375e9fb245 100644 (file)
@@ -707,9 +707,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.4.59 and later.</compatibility>
 
 <usage>
     <p>The <directive>ProxyRemoteMatch</directive> is identical to the