From: Jeff Trawick Date: Sat, 24 Aug 2013 18:22:46 +0000 (+0000) Subject: Add "URI Mapping" to the list of limitations X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d45d3590236bfafa25ce288314b27d400294f527;p=thirdparty%2Fapache%2Fhttpd.git Add "URI Mapping" to the list of limitations git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1517175 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_authnz_fcgi.xml b/docs/manual/mod/mod_authnz_fcgi.xml index 9bf4f8842d8..19e6c2ef25f 100644 --- a/docs/manual/mod/mod_authnz_fcgi.xml +++ b/docs/manual/mod/mod_authnz_fcgi.xml @@ -365,6 +365,10 @@ Require FooAuthnz authorizer handles separate authn and authz phases then two connections will be used. +
URI Mapping
+
URIs from clients can't be mapped, such as with the + ProxyPass used with FastCGI responders.
+