From: Christophe Jaillet Date: Mon, 1 Apr 2024 08:40:50 +0000 (+0000) Subject: r1881790 has also added the 3rd argument to "ProxyRemoteMatch". X-Git-Tag: 2.4.59-rc1-candidate~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ff1366c228f6681e879a0bb2060c0995c831df4;p=thirdparty%2Fapache%2Fhttpd.git r1881790 has also added the 3rd argument to "ProxyRemoteMatch". (r1916708 in trunk) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1916709 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 10c2e610cc1..19ca725fa2d 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -707,9 +707,10 @@ ProxyRemote "ftp" "http://ftpproxy.mydomain:8080" ProxyRemoteMatch Remote proxy used to handle requests matched by regular expressions -ProxyRemoteMatch regex remote-server +ProxyRemoteMatch regex remote-server [username:password] server configvirtual host +The optional third argument is usable only in httpd 2.4.59 and later.

The ProxyRemoteMatch is identical to the