Mailing List Archive

svn commit: r1916709 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml
Author: jailletc36
Date: Mon Apr 1 08:40:50 2024
New Revision: 1916709

URL: http://svn.apache.org/viewvc?rev=1916709&view=rev
Log:
r1881790 has also added the 3rd argument to "ProxyRemoteMatch".

(r1916708 in trunk)

Modified:
httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml?rev=1916709&r1=1916708&r2=1916709&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml Mon Apr 1 08:40:50 2024
@@ -707,9 +707,10 @@ ProxyRemote "ftp" "http://ftpproxy.mydom
<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