You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by hu...@apache.org on 2013/04/25 13:21:27 UTC

svn commit: r1475703 - /httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Author: humbedooh
Date: Thu Apr 25 11:21:26 2013
New Revision: 1475703

URL: http://svn.apache.org/r1475703
Log:
Note that ProxyPass[Match] doesn't work within a <Directory> context.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml?rev=1475703&r1=1475702&r2=1475703&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_proxy.xml Thu Apr 25 11:21:26 2013
@@ -796,6 +796,9 @@ expressions</description>
     proxy</dfn> or <dfn>gateway</dfn>. The <var>path</var> is the name of
     a local virtual path; <var>url</var> is a partial URL for the
     remote server and cannot include a query string.</p>
+    
+    <note><strong>Note: </strong>This directive cannot be used within a 
+    <code>&lt;Directory&gt;</code> context.</note>
 
     <note type="warning">The <directive
     module="mod_proxy">ProxyRequests</directive> directive should
@@ -1254,6 +1257,9 @@ ProxyPass / balancer://hotcluster/
        matches, the server will substitute any parenthesized matches into the given
        string and use it as a new <var>url</var>.</p>
 
+    <note><strong>Note: </strong>This directive cannot be used within a 
+    <code>&lt;Directory&gt;</code> context.</note>
+    
     <p>Suppose the local server has address <code>http://example.com/</code>;
     then</p>