You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2012/06/17 10:43:45 UTC

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
@@ -251,6 +251,11 @@ 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>
+