]> granicus.if.org Git - apache/commitdiff
Add "URI Mapping" to the list of limitations
authorJeff Trawick <trawick@apache.org>
Sat, 24 Aug 2013 18:22:46 +0000 (18:22 +0000)
committerJeff Trawick <trawick@apache.org>
Sat, 24 Aug 2013 18:22:46 +0000 (18:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1517175 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_authnz_fcgi.xml

index 9bf4f8842d80b212333f784d0456ce97153f5197..19e6c2ef25f926e08eda4e15abea9d11e858bc9d 100644 (file)
@@ -365,6 +365,10 @@ Require FooAuthnz
       authorizer handles separate <em>authn</em> and <em>authz</em>
       phases then two connections will be used.</dd>
 
+      <dt>URI Mapping</dt>
+      <dd>URIs from clients can't be mapped, such as with the <directive>
+      ProxyPass</directive> used with FastCGI responders.</dd>
+
     </dl>
 
 </section>