We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 278a9de commit 2115548Copy full SHA for 2115548
docs/manual/mod/mod_proxy.xml
@@ -728,9 +728,10 @@ ProxyRemote ftp http://ftpproxy.mydomain:8080
728
<name>ProxyRemoteMatch</name>
729
<description>Remote proxy used to handle requests matched by regular
730
expressions</description>
731
-<syntax>ProxyRemoteMatch <var>regex</var> <var>remote-server</var></syntax>
+<syntax>ProxyRemoteMatch <var>regex</var> <var>remote-server</var> [<var>username:password</var>]</syntax>
732
<contextlist><context>server config</context><context>virtual host</context>
733
</contextlist>
734
+<compatibility>The optional third argument is usable only in httpd 2.5.1 and later.</compatibility>
735
736
<usage>
737
<p>The <directive>ProxyRemoteMatch</directive> is identical to the
0 commit comments