Re: [mod-security-users] http-version
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-02-02 15:50:02
|
Tom Anderson wrote: > I have SecAuditEngine set to "RelevantOnly", but the log is getting > filled up with "HTTP/1.0 200 OK" entries every three minutes from my web > host checking the connection with "check_http/1.24.2.4 (nagios-plugins > )". I don't have any rules that return 200... they all return 406. Why > is it logging these? There are no mod_security headers attached. Are you using 1.9dev1? If you are it's a bug (fixed in the CVS). If not... post your mod_security configuration and the audit log entry for that request. > 1) it shouldn't add any unmatched requests to the audit log when set to > RelevantOnly That depends. For example, I consider 414 responses to be relevant, match or no match. 1.9 will have a conf. option to deal with that. > 2) "deny" command with "status:200" should just return the 200 header > without any data I'm not sure Apache will allow that but I'll try. > 3) "nolog" should apply to the audit log too I programmed it to apply to the audit log too. If it doesn't then it's a bug. -- Ivan Ristic (http://www.modsecurity.org) |