From e9b8e46f676fe0c4ad9ecca90290be3dcf9f8ebc Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 24 Jun 2018 18:41:19 +0000 Subject: [PATCH] Synch (a bit) with trunk Backport r1643118 + some manual tweaks regarding left-over in previous backports git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1834256 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index f3b863db8f..04f07e2241 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -230,7 +230,7 @@ listfunction ::= listfuncname "(" word ")" REMOTE_HOST The host name of the remote host REMOTE_USER - The name of the authenticated user, if any (not available during <If >) + The name of the authenticated user, if any (not available during <If>) REMOTE_IDENT The user name set by mod_ident SERVER_NAME @@ -252,7 +252,7 @@ listfunction ::= listfuncname "(" word ")" module="mod_authn_core">AuthType (e.g. "basic") CONTENT_TYPE - The content type of the response (not available during <If >) + The content type of the response (not available during <If>) HANDLER The name of the handler creating the response @@ -266,7 +266,7 @@ listfunction ::= listfuncname "(" word ")" "on" if the connection uses IPv6, "off" otherwise REQUEST_STATUS - The HTTP error status of the request (not available during <If >) + The HTTP error status of the request (not available during <If>) REQUEST_LOG_ID The error log id of the request (see ErrorLogFormat) @@ -480,10 +480,12 @@ listfunction ::= listfuncname "(" word ")" Same as req, but header names will not be added to the Vary header resp - Get HTTP response header + Get HTTP response header (most response headers will not yet be set + during <If>) reqenv Lookup request environment variable (as a shortcut, - v can also be used to access variables). + v can also be used to access variables). + ordering osenv Lookup operating system environment variable -- 2.40.0