]> granicus.if.org Git - apache/commitdiff
Note that ProxyPass[Match] doesn't work within a <Directory> context.
authorDaniel Gruno <humbedooh@apache.org>
Thu, 25 Apr 2013 11:25:26 +0000 (11:25 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 25 Apr 2013 11:25:26 +0000 (11:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1475706 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 58cd73cb6cc9b2126a651fc32c5b07fbfaeb01ea..07e00c5e0996c4a98b66de8111ec77e0f54cb6cb 100644 (file)
@@ -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>