diff options
author | Mike Rumph <mrumph@apache.org> | 2014-08-07 02:11:21 +0200 |
---|---|---|
committer | Mike Rumph <mrumph@apache.org> | 2014-08-07 02:11:21 +0200 |
commit | 660ea11ba68d7c927de104bb960a03a728b726dc (patch) | |
tree | 0710cbc3ac05e42867ec051cc06f3ae553eebb02 /docs/manual/mod/mod_authnz_fcgi.html.en | |
parent | Generated doc changes. (diff) | |
download | apache2-660ea11ba68d7c927de104bb960a03a728b726dc.tar.xz apache2-660ea11ba68d7c927de104bb960a03a728b726dc.zip |
Some changes for mod_authnz_fcgi doc.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1616377 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_authnz_fcgi.html.en')
-rw-r--r-- | docs/manual/mod/mod_authnz_fcgi.html.en | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/mod/mod_authnz_fcgi.html.en b/docs/manual/mod/mod_authnz_fcgi.html.en index 419b95b3aa..33c8166409 100644 --- a/docs/manual/mod/mod_authnz_fcgi.html.en +++ b/docs/manual/mod/mod_authnz_fcgi.html.en @@ -30,7 +30,8 @@ httpd authentication and authorization</td></tr> <tr><th><a href="module-dict.html#Status">Status:</a></th><td>Extension</td></tr> <tr><th><a href="module-dict.html#ModuleIdentifier">Module Identifier:</a></th><td>authnz_fcgi_module</td></tr> -<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_authnz_fcgi.c</td></tr></table> +<tr><th><a href="module-dict.html#SourceFile">Source File:</a></th><td>mod_authnz_fcgi.c</td></tr> +<tr><th><a href="module-dict.html#Compatibility">Compatibility:</a></th><td>Available in version 2.4.10 and later</td></tr></table> <h3>Summary</h3> <p>This module allows FastCGI authorizer applications to @@ -508,7 +509,7 @@ authentication and/or authorization</td></tr> <dl> <dt><em>type</em></dt> <dd>This must be set to <em>authn</em> for authentication, - <em>authz</em> for authentication, or <em>authnz</em> for + <em>authz</em> for authorization, or <em>authnz</em> for a generic FastCGI authorizer which performs both checks.</dd> <dt><em>provider-name</em></dt> |