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:25:27 UTC

svn commit: r1475706 - /httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml

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

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

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml?rev=1475706&r1=1475705&r2=1475706&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_proxy.xml Thu Apr 25 11:25:26 2013
@@ -759,6 +759,9 @@ expressions</description>
     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
     usually be set <strong>off</strong> when using
@@ -1210,6 +1213,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>