Skip to content

Commit 2115548

Browse files
author
Christophe Jaillet
committed
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
1 parent 278a9de commit 2115548

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/manual/mod/mod_proxy.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -728,9 +728,10 @@ ProxyRemote ftp http://ftpproxy.mydomain:8080
728728
<name>ProxyRemoteMatch</name>
729729
<description>Remote proxy used to handle requests matched by regular
730730
expressions</description>
731-
<syntax>ProxyRemoteMatch <var>regex</var> <var>remote-server</var></syntax>
731+
<syntax>ProxyRemoteMatch <var>regex</var> <var>remote-server</var> [<var>username:password</var>]</syntax>
732732
<contextlist><context>server config</context><context>virtual host</context>
733733
</contextlist>
734+
<compatibility>The optional third argument is usable only in httpd 2.5.1 and later.</compatibility>
734735

735736
<usage>
736737
<p>The <directive>ProxyRemoteMatch</directive> is identical to the

0 commit comments

Comments
 (0)