mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
SecRuleEngine On
|
|
SecDebugLog /tmp/modsec_debug.log
|
|
SecDebugLogLevel 9
|
|
|
|
SecRule ARGS:test "@detectSQLi" "allow"
|
|
SecRule ARGS|ARGS:test "!@contains asdfsafdt" "allow"
|
|
SecRule ARGS "@detectSQLi" "allow"
|