> From the source code for httpd-2.2.17, > modules/loggers/mod_log_config.c, line 650, %D is: > > apr_time_now() - r->request_time) > > "now" in this context means "the time at which the log line > is being written". This is after all data has been > sent to the client (logging the amount of data sent the the > client is one of the things that can be logged). Note > that the connection may remain open past the last byte being > sent to the client (keepalive, etc.). Thank you! It explained everything! --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx