On 04.12.2010 00:49, Igor Galić wrote:

----- "Jeroen Geilman"<jer...@adaptr.nl>  wrote:

On 12/01/2010 07:38 PM, ma...@manfbraun.de 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.3

The 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-unsubscr...@httpd.apache.org
  "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to