From 379da983418f17808b6ffd26d8f1bb32238b1b46 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Fri, 25 Jul 2014 22:21:01 +0000 Subject: [PATCH] Merge r1613524 from trunk: call out some variables that aren't set during git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1613525 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 fb0a3d54b5..bb78eed447 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -224,7 +224,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 @@ -246,7 +246,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.40.0