From b46a3266a40ca568cc5b6100a77e65db60828cfd Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Fri, 16 May 2014 21:15:18 +0000 Subject: [PATCH] Add missing variables: Introduced in r1132494 CONTEXT_PREFIX CONTEXT_DOCUMENT_ROOT and since the beginning of util_expr_eval.c for HTTP_COOKIE Description still missing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1595348 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.html.en | 17 +++++++++++------ docs/manual/expr.xml | 7 ++++++- 2 files changed, 17 insertions(+), 7 deletions(-) diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 82121a8438..93bb7e0afe 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -144,11 +144,12 @@ listfunction ::= listfuncname "(" word ")"Name HTTP_ACCEPT -HTTP_FORWARDED -HTTP_HOST -HTTP_PROXY_CONNECTION -HTTP_REFERER -HTTP_USER_AGENT +HTTP_COOKIE +HTTP_FORWARDED +HTTP_HOST +HTTP_PROXY_CONNECTION +HTTP_REFERER +HTTP_USER_AGENT

Other request related variables

@@ -162,7 +163,7 @@ listfunction ::= listfuncname "(" word ")"REQUEST_URI The path part of the request's URI DOCUMENT_URI - Same as REQUEST_URI + Same as REQUEST_URI REQUEST_FILENAME The full local filesystem path to the file or script matching the request, if this has already been determined by the server at the @@ -238,6 +239,10 @@ listfunction ::= listfuncname "(" word ")"CONN_REMOTE_ADDR The peer IP address of the connection (see the mod_remoteip module) +CONTEXT_PREFIX + +CONTEXT_DOCUMENT_ROOT +

Misc variables

diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index 92495715cb..fb0a3d54b5 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -167,6 +167,7 @@ listfunction ::= listfuncname "(" word ")" Name HTTP_ACCEPT + HTTP_COOKIE HTTP_FORWARDED HTTP_HOST HTTP_PROXY_CONNECTION @@ -189,7 +190,7 @@ listfunction ::= listfuncname "(" word ")" REQUEST_URI The path part of the request's URI DOCUMENT_URI - Same as REQUEST_URI + Same as REQUEST_URI REQUEST_FILENAME The full local filesystem path to the file or script matching the request, if this has already been determined by the server at the @@ -266,6 +267,10 @@ listfunction ::= listfuncname "(" word ")" CONN_REMOTE_ADDR The peer IP address of the connection (see the mod_remoteip module) + CONTEXT_PREFIX + + CONTEXT_DOCUMENT_ROOT + -- 2.40.0