On 04.12.2010 00:49, Igor GaliÄ wrote:
----- "Jeroen Geilman"<jeroen@xxxxxxxxx> wrote:On 12/01/2010 07:38 PM, mabra@xxxxxxxxxxxx wrote:Because the timestamp does not contain milliseconds, how can I determine, which request was the first? Would it help me, just to subtract the processing-time?Probably not.Using 2.3.Use a logging mechanism that records milli- or microseconds if you need that.use 2.3The apache log contains the time of *completion* for the entire request, not the start time.moo-poo. http://httpd.apache.org/docs/current/logs.html#accesslog """ [10/Oct/2000:13:55:36 -0700] (%t) The time that the request was received. The format is:""" You can also log duration. http://httpd.apache.org/docs/current/mod/mod_log_config.html#formats
Anad again using (the not yet production rleased) 2.3 you can choose between time the request was received or completion time (or log both). More about that in the description of %{format}t at
http://httpd.apache.org/docs/trunk/mod/mod_log_config.html#formats Regards, Rainer --------------------------------------------------------------------- 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