]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note that ProxyPassMatch is new with 2.2.5
authorJim Jagielski <jim@apache.org>
Wed, 15 Aug 2007 12:02:53 +0000 (12:02 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 15 Aug 2007 12:02:53 +0000 (12:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@566117 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html.en
docs/manual/mod/mod_proxy.xml

index d361ae74ef2fa7bc8c1db81945ca58808fb00047..9b69730804b8819110ab9100fa16e118c12d8a8b 100644 (file)
@@ -982,6 +982,7 @@ through</td></tr>
 <tr><th><a href="directive-dict.html#Context">Context:</a></th><td>server config, virtual host, directory</td></tr>
 <tr><th><a href="directive-dict.html#Status">Status:</a></th><td>Extension</td></tr>
 <tr><th><a href="directive-dict.html#Module">Module:</a></th><td>mod_proxy</td></tr>
+<tr><th><a href="directive-dict.html#Compatibility">Compatibility:</a></th><td>available in Apache 2.2.5 and later</td></tr>
 </table>
     <p>This directive is equivalent to <code class="directive"><a href="#proxypass">ProxyPass</a></code>,
        but makes use of regular expressions, instead of simple prefix matching. The
index a3ff653636c7d46c4a6dcdc59127b3b66e74868d..18331c9f0e4dc3920fdb0422ba75c2516413d9b1 100644 (file)
@@ -810,6 +810,7 @@ expressions</description>
 <contextlist><context>server config</context><context>virtual host</context>
 <context>directory</context>
 </contextlist>
+<compatibility>available in Apache 2.2.5 and later</compatibility>
 
 <usage>
     <p>This directive is equivalent to <directive module="mod_proxy">ProxyPass</directive>,