diff options
-rw-r--r-- | docs/manual/mod/mod_authnz_fcgi.html.en | 5 | ||||
-rw-r--r-- | docs/manual/mod/mod_authnz_fcgi.xml | 3 |
2 files changed, 5 insertions, 3 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> diff --git a/docs/manual/mod/mod_authnz_fcgi.xml b/docs/manual/mod/mod_authnz_fcgi.xml index 8261565b31..1a30204b77 100644 --- a/docs/manual/mod/mod_authnz_fcgi.xml +++ b/docs/manual/mod/mod_authnz_fcgi.xml @@ -28,6 +28,7 @@ httpd authentication and authorization</description> <status>Extension</status> <sourcefile>mod_authnz_fcgi.c</sourcefile> <identifier>authnz_fcgi_module</identifier> +<compatibility>Available in version 2.4.10 and later</compatibility> <summary> <p>This module allows FastCGI authorizer applications to @@ -419,7 +420,7 @@ authentication and/or authorization</description> <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> |