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-19 13:09:15
|
Tomas Hidalgo Salvador wrote: > Hello, > > Many thanks for you help, Ivan > > I try the new configuration contributed in your answer but it has not worked. :-( > > My system is: > Red Hat Advanced Server 3.0 Upgrade 5 > Apache 2.0.54 (compiled) Can you verify that mod_security is active in that part of the site? In your previous email I noticed you have SecFilterEngine set to DynamicOnly, and that the log entries were all static resources. If ModSecurity does not process a request it won't be able to generate the timing information. Try setting SecFilterEngine to "On". Also, turn on the debug logging (at least level 4) and see if you have messages like "Time #1: 1591 usec" for every request. If all this fails we'll just have to debug it. Send a private message to me if it doesn't work still. -- Ivan Ristic Apache Security (O'Reilly) - http://www.apachesecurity.net Open source web application firewall - http://www.modsecurity.org |