From bf37b5e2e87ad50ad1c4880de65ed85c651dfcfa Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 25 Jul 2014 22:20:33 +0000 Subject: [PATCH] call out some variables that aren't set during git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1613524 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 5875dc5f2a..a982d20fcb 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -225,7 +225,7 @@ listfunction ::= listfuncname "(" word ")" REMOTE_HOST The host name of the remote host REMOTE_USER - The name of the authenticated user (if any) + The name of the authenticated user, if any (not available during <If >) REMOTE_IDENT The user name set by mod_ident SERVER_NAME @@ -260,7 +260,7 @@ listfunction ::= listfuncname "(" word ")" module="mod_authn_core">AuthType (e.g. "basic") CONTENT_TYPE - The content type of the response + The content type of the response (not available during <If >) HANDLER The name of the handler creating the response -- 2.50.1