On Wed, Dec 12, 2007 at 11:27:19AM +0100, Axel-Stephane  SMORGRAV wrote:
> Have a look at mod_log_config, specifically the %D and %T format strings.

ModSecurity has a few additional timers as well. They do not 
appear in the documentation, but are covered in Ivan Ristic's
Apache Security Book, p. 184f.
They allow you to time the request on a reverse proxy and
on the backend seperately within the RP's access log.

It boils down to the following:

LogFormat: ... %D %{mod_security-time1}n %{mod_security-time2}n 
%{mod_security-time3}n ...

Afterwards you do calculations on these values.

regs,

Christian


---------------------------------------------------------------------
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: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to