From: Jim Jagielski Date: Wed, 15 Aug 2007 12:02:53 +0000 (+0000) Subject: Note that ProxyPassMatch is new with 2.2.5 X-Git-Tag: 2.2.6~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f7062615c9bebd29e63b0f573c29c88ae664c1d;p=thirdparty%2Fapache%2Fhttpd.git Note that ProxyPassMatch is new with 2.2.5 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@566117 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_proxy.html.en b/docs/manual/mod/mod_proxy.html.en index d361ae74ef2..9b69730804b 100644 --- a/docs/manual/mod/mod_proxy.html.en +++ b/docs/manual/mod/mod_proxy.html.en @@ -982,6 +982,7 @@ through Context:server config, virtual host, directory Status:Extension Module:mod_proxy +Compatibility:available in Apache 2.2.5 and later

This directive is equivalent to ProxyPass, but makes use of regular expressions, instead of simple prefix matching. The diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml index a3ff653636c..18331c9f0e4 100644 --- a/docs/manual/mod/mod_proxy.xml +++ b/docs/manual/mod/mod_proxy.xml @@ -810,6 +810,7 @@ expressions server configvirtual host directory +available in Apache 2.2.5 and later

This directive is equivalent to ProxyPass,