You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2013/08/24 20:22:47 UTC

svn commit: r1517175 - /httpd/httpd/trunk/docs/manual/mod/mod_authnz_fcgi.xml

Author: trawick
Date: Sat Aug 24 18:22:46 2013
New Revision: 1517175

URL: http://svn.apache.org/r1517175
Log:
Add "URI Mapping" to the list of limitations

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

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authnz_fcgi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authnz_fcgi.xml?rev=1517175&r1=1517174&r2=1517175&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authnz_fcgi.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authnz_fcgi.xml Sat Aug 24 18:22:46 2013
@@ -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>