Re: [mod-security-users] apache 2.0, mod_security_v1.9RC and log performance
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-10-18 10:21:27
|
Tomas Hidalgo Salvador wrote:
>
> LogFormat "%t \"%r\" %>s - %I %O - %{mod_security-time1}n
> %{mod_security-time2}n %{mod_security-time3}n %D" tiempo
> CustomLog /logs/timer_log tiempo
>
> ...
>
> In the file of log they do not appear the data of mod_security-time1,
> mod_security-time2 and mod_security-time3.
>
> Why it does not work? It lacks some configuration?
It appears that I made a change in RC1 that broke that functionality.
I'll see how I can fix it before the final 1.9. In the meantime you
can use this workaround (just tested it, works for me):
LogFormat "%t \"%r\" %>s - %I %O - %<{mod_security-time1}n \
%<{mod_security-time2}n %<{mod_security-time3}n %D" tiempo
Note the "<" character before the names of notes.
--
Ivan Ristic
Apache Security (O'Reilly) - http://www.apachesecurity.net
Open source web application firewall - http://www.modsecurity.org
|