diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2015-05-01 20:59:00 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2015-05-01 20:59:00 +0200 |
commit | 6f3dda154b4b19b581e1a9cdb639d609d496dee0 (patch) | |
tree | f9be5a71b61d026406f0fd33e2546585a6fe5d8e /docs/manual/mod/mod_log_config.xml | |
parent | Problem with mod_log_forensic.xml.fr (diff) | |
download | apache2-6f3dda154b4b19b581e1a9cdb639d609d496dee0.tar.xz apache2-6f3dda154b4b19b581e1a9cdb639d609d496dee0.zip |
Follow up to r1677187.
Add compatibility note
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1677210 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_log_config.xml')
-rw-r--r-- | docs/manual/mod/mod_log_config.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_log_config.xml b/docs/manual/mod/mod_log_config.xml index 7b27026fe1..e6fd97c666 100644 --- a/docs/manual/mod/mod_log_config.xml +++ b/docs/manual/mod/mod_log_config.xml @@ -147,7 +147,8 @@ <td>The request method.</td></tr> <tr><td><code>%M</code></td> - <td>The time taken to serve the request, in milliseconds.</td></tr> + <td>The time taken to serve the request, in milliseconds. + (available in 2.4.13 and later)</td></tr> <tr><td><code>%{<var>VARNAME</var>}n</code></td> <td>The contents of note <var>VARNAME</var> from another |