diff options
author | Bill Stoddard <stoddard@apache.org> | 2001-02-10 04:38:48 +0100 |
---|---|---|
committer | Bill Stoddard <stoddard@apache.org> | 2001-02-10 04:38:48 +0100 |
commit | 12da73c42e5d56214a771998d86db4940caae420 (patch) | |
tree | debbbb93310bf7142293693de07342f4fc1314e0 /CHANGES | |
parent | *) remove obsolete http_conf_globals.h (diff) | |
download | apache2-12da73c42e5d56214a771998d86db4940caae420.tar.xz apache2-12da73c42e5d56214a771998d86db4940caae420.zip |
Add new LogFormat directive, %D, to log time it takes to serve a request
in microseconds.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88046 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ Changes with Apache 2.0b1 + *) Add new LogFormat directive, %D, to log time it takes to serve a + request in microseconds. [Bill Stoddard] *) Change AddInputFilter and AddOutputFilter to SetInputFilter and SetOutputFilter. This corresponds nicely with the other Set |