From: Christophe Jaillet Date: Mon, 1 Apr 2024 08:39:13 +0000 (+0000) Subject: r1881790 has also added the 3rd argument to "ProxyRemoteMatch" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21155482135ad2ba8e4bfc547dd6d6a0093d502f;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index 3ddb503c833..26247303bdc 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -728,9 +728,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.5.1 and later.

The ProxyRemoteMatch is identical to the