Mailing List Archive

svn commit: r1916708 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
Author: jailletc36
Date: Mon Apr 1 08:39:13 2024
New Revision: 1916708

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

Modified:
httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=1916708&r1=1916707&r2=1916708&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Mon Apr 1 08:39:13 2024
@@ -728,9 +728,10 @@ ProxyRemote ftp http://ftpproxy.mydomain
<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