From 5877fcecd07e8f6a9515714e210e7a1616d1d5db Mon Sep 17 00:00:00 2001 From: Stefan Fritsch Date: Sun, 17 Jun 2012 08:43:45 +0000 Subject: [PATCH] xforms git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1351073 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_authz_core.html.en | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manual/mod/mod_authz_core.html.en b/docs/manual/mod/mod_authz_core.html.en index 3edc7e9f4df..4dcf3623ea6 100644 --- a/docs/manual/mod/mod_authz_core.html.en +++ b/docs/manual/mod/mod_authz_core.html.en @@ -251,6 +251,11 @@ SetEnvIf User-Agent ^KnockKnock/2\.0 let_me_in

The syntax is described in the ap_expr documentation.

+

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

+ -- 2.47.3