diff options
author | Jeff Trawick <trawick@apache.org> | 2013-08-24 20:22:46 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2013-08-24 20:22:46 +0200 |
commit | 239cea01419df322a722a8a965cd7f14bafe3381 (patch) | |
tree | e00da1c10ab17a9c652e3a5e5bd3c3c4dd31c2d5 /docs | |
parent | Save a few cycles (diff) | |
download | apache2-239cea01419df322a722a8a965cd7f14bafe3381.tar.xz apache2-239cea01419df322a722a8a965cd7f14bafe3381.zip |
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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/mod/mod_authnz_fcgi.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/manual/mod/mod_authnz_fcgi.xml b/docs/manual/mod/mod_authnz_fcgi.xml index 9bf4f8842d..19e6c2ef25 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 <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> |