sf | 17 Jun 2012 10:43
Picon
Favicon

svn commit: r1351073 - /httpd/httpd/trunk/docs/manual/mod/mod_authz_core.html.en

Author: sf
Date: Sun Jun 17 08:43:45 2012
New Revision: 1351073

URL: http://svn.apache.org/viewvc?rev=1351073&view=rev
Log:
xforms

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_authz_core.html.en

Modified: httpd/httpd/trunk/docs/manual/mod/mod_authz_core.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/mod/mod_authz_core.html.en?rev=1351073&r1=1351072&r2=1351073&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_authz_core.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_authz_core.html.en Sun Jun 17 08:43:45 2012
 <at>  <at>  -251,6 +251,11  <at>  <at>  SetEnvIf User-Agent ^KnockKnock/2\.0 let
   <p>The syntax is described in the <a href="../expr.html">ap_expr</a>
   documentation.</p>

+  <p>Normally, the expression is evaluated before authentication. However, if
+  the expression returns false and references the variable
+  <code>%{REMOTE_USER}</code>, authentication will be performed and
+  the expression will be re-evaluated.</p>
+


Gmane