Re: [mod-security-users] How to limit access rate by header?
Brought to you by:
victorhora,
zimmerletw
|
From: Reindl H. <h.r...@th...> - 2018-12-12 23:20:11
|
Am 13.12.18 um 00:16 schrieb Luciano Guillermo Fantuzzi: > Something I couldn't find in the docs. Is it possible to avoid logging > in the access log? With nolog action I can avoid logging it in error log > (and audit log, but it's turned off), but I couldn't find a way to avoid > displaying a message in the access log on every rule match. I find this > important because my idea was to sepparate logs and keep the access log > as clean as possible so I can analyze bots/crawlers not being catched in > my rules. the access log is not written by modsec at all what you normally see is just the typical access entry with the repsonse code be it triggered by modsec or a php-script returning a error code and that's it |