[Mod-security-rules] Custom log file for a rule
Brought to you by:
victorhora,
zimmerletw
From: <ma...@ev...> - 2024-12-02 09:47:17
|
Hi Community Is it somehow possible to log a rule in a different logfile than \var\log\modsec_audit.log ? I have these lines in RESPONSE-999-EXCLUSION-RULES-AFTER-CRS.conf # Disable these rules but keep logging SecRuleUpdateActionById 932236 "allow,log,auditlog" SecRuleUpdateActionById 932239 "allow,log,auditlog" I would like to log 932236 into than \var\log\modsec_audit_ignore.log Thanks! |