From: Christophe Jaillet Date: Mon, 5 Jan 2015 20:03:50 +0000 (+0000) Subject: Add missing 'filemod' in functions list + minor formatting issue + long line split X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4116f039b55f408cda779fdc95e0159df9ca7de0;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/expr.html.en b/docs/manual/expr.html.en index 78e210f8302..f25a10108be 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 e2c99535621..308624da9bf 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