From 3663e2edf26308c796bff453e050e1c7f86e50fa Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Mon, 5 Jan 2015 20:03:50 +0000 Subject: [PATCH] Add missing 'filemod' in functions list + minor formatting issue + long line split git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1649636 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/expr.html.en | 14 +++++++++----- docs/manual/expr.xml | 8 ++++++-- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 78e210f830..f25a10108b 100644 --- a/docs/manual/expr.html.en +++ b/docs/manual/expr.html.en @@ -440,11 +440,12 @@ listfunction ::= listfuncname "(" word ")"Same as req, but header names will not be added to the Vary header resp - Get HTTP response header (most response headers will not yet be set during <If>) + 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 - variables). + variables) osenv Lookup operating system environment variable note @@ -475,13 +476,16 @@ listfunction ::= listfuncname "(" word ")"file Read contents from a file (including line endings, when present) yes -filesize +filemod + Return last modification time of a file (or 0 if file does not exist + or is not regular file)yes +filesize Return size of a file (or 0 if file does not exist or is not regular file)yes -ldap +ldap Escape characters as required by LDAP distinguished name escaping (RFC4514) and LDAP filter escaping (RFC4515). -replace +replace replace(string, "from", "to") replaces all occurences of "from" in the string with "to". diff --git a/docs/manual/expr.xml b/docs/manual/expr.xml index e2c9953562..308624da9b 100644 --- a/docs/manual/expr.xml +++ b/docs/manual/expr.xml @@ -485,11 +485,12 @@ listfunction ::= listfuncname "(" word ")" Same as req, but header names will not be added to the Vary header resp - Get HTTP response header (most response headers will not yet be set during <If>) + 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 - variables). + variables) osenv Lookup operating system environment variable note @@ -520,6 +521,9 @@ listfunction ::= listfuncname "(" word ")" file Read contents from a file (including line endings, when present) yes + filemod + Return last modification time of a file (or 0 if file does not exist + or is not regular file)yes filesize Return size of a file (or 0 if file does not exist or is not regular file)yes -- 2.40.0