From: Eric Covener Date: Fri, 25 Jul 2014 22:21:01 +0000 (+0000) Subject: Merge r1613524 from trunk: X-Git-Tag: 2.4.11~351 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=379da983418f17808b6ffd26d8f1bb32238b1b46;p=apache 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 --- 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