Sure, just use the CustomLog and
LogFormat directive:
http://httpd.apache.org/docs/current/mod/mod_log_config.html#customlog http://httpd.apache.org/docs/current/mod/mod_log_config.html#logformat http://httpd.apache.org/docs/current/mod/mod_log_config.html#formats e.g: LogFormat "%v %h %l %u %t \"%r\" %>s %b (%D)" my_custom_log CustomLog logs/access_log my_custom_logHere the %D is the time taken to serve the request in micro seconds. On 9/07/2013 08:18, Harsimranjit singh Kler wrote:
|