diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2015-01-05 21:03:50 +0100 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2015-01-05 21:03:50 +0100 |
commit | 3663e2edf26308c796bff453e050e1c7f86e50fa (patch) | |
tree | cd713b4365cc67c9c512a1b4723ce1ea702e5d08 /docs/manual/expr.xml | |
parent | Be consistant with the code below which accepts lower or upper case. (diff) | |
download | apache2-3663e2edf26308c796bff453e050e1c7f86e50fa.tar.xz apache2-3663e2edf26308c796bff453e050e1c7f86e50fa.zip |
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
Diffstat (limited to 'docs/manual/expr.xml')
-rw-r--r-- | docs/manual/expr.xml | 8 |
1 files changed, 6 insertions, 2 deletions
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 "<strong>(</strong>" word "<strong>)</strong>" <td>Same as <code>req</code>, but header names will not be added to the Vary header</td><td></td></tr> <tr><td><code>resp</code></td> - <td>Get HTTP response header (most response headers will not yet be set during <directive><If></directive>)</td><td></td></tr> + <td>Get HTTP response header (most response headers will not yet be set + during <directive><If></directive>)</td><td></td></tr> <tr><td><code>reqenv</code></td> <td>Lookup request environment variable (as a shortcut, <code>v</code> can be used too to access - variables).</td><td></td></tr> + variables)</td><td></td></tr> <tr><td><code>osenv</code></td> <td>Lookup operating system environment variable</td><td></td></tr> <tr><td><code>note</code></td> @@ -520,6 +521,9 @@ listfunction ::= listfuncname "<strong>(</strong>" word "<strong>)</strong>" <tr><td><code>file</code></td> <td>Read contents from a file (including line endings, when present) </td><td>yes</td></tr> + <tr><td><code>filemod</code></td> + <td>Return last modification time of a file (or 0 if file does not exist + or is not regular file)</td><td>yes</td></tr> <tr><td><code>filesize</code></td> <td>Return size of a file (or 0 if file does not exist or is not regular file)</td><td>yes</td></tr> |