Is there a way to log apache's request time in milliseconds? [closed]

Solution 1:

You can. Take a look at the docs here http://httpd.apache.org/docs/current/mod/mod_log_config.html

%{ms}T 

provides request duration in ms, and is available in 2.2.30 and later,

%{%d/%b/%Y:%T}t-%{msec_frac}

is the best you can do before 2.2.30