You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mr...@apache.org on 2014/08/07 03:05:23 UTC

svn commit: r1616382 - in /httpd/httpd/branches/2.4.x/docs/manual/mod: mod_authnz_fcgi.html.en mod_authnz_fcgi.xml

Author: mrumph
Date: Thu Aug  7 01:05:23 2014
New Revision: 1616382

URL: http://svn.apache.org/r1616382
Log:
Some doc changes for mod_authnz_fcgi.

Modified:
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.html.en
    httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.xml

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.html.en?rev=1616382&r1=1616381&r2=1616382&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.html.en (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.html.en Thu Aug  7 01:05:23 2014
@@ -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>
     <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>

Modified: httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.xml?rev=1616382&r1=1616381&r2=1616382&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.xml (original)
+++ httpd/httpd/branches/2.4.x/docs/manual/mod/mod_authnz_fcgi.xml Thu Aug  7 01:05:23 2014
@@ -28,6 +28,7 @@ httpd authentication and authorization</
 <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</des
     <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>