]> 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:21:26 +0000 (11:21 +0000)
committerDaniel Gruno <humbedooh@apache.org>
Thu, 25 Apr 2013 11:21:26 +0000 (11:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1475703 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index 4de2cb28e924775a2601dcc6749530818abb1a5f..019a7eb083b50ac4b198554c4d486e7ef9a15299 100644 (file)
@@ -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>