From: Eric Covener Date: Fri, 25 Jul 2014 22:20:33 +0000 (+0000) Subject: call out some variables that aren't set during X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcaca7028a44282811e0a7e8cd4a33fbe3692bb7;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 5875dc5f2a7..a982d20fcbc 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