7 lines
156 B
Plaintext

SecRuleEngine On
SecDebugLog /tmp/modsec_debug.log
SecDebugLogLevel 9
SecRule ARGS "!@contains test" "allow,log"
SecRule ARGS "@contains test" "allow,log"