From 040f60820741cd9000ad2004f071232dbcb4daa9 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Wed, 3 Dec 2014 13:46:16 +0000 Subject: [PATCH] add a warning to resp() similar to the one present for REQUEST_STATUS [too early in ] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1643118 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 7c9ccf51e1..d493c597d4 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 (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 @@ -260,7 +260,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 @@ -271,7 +271,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) @@ -485,7 +485,7 @@ 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 be used too to access -- 2.40.0