I want to set SecRule on /webmail I am using the below SecRule this is added in the server conf
modsecurity on
modsecurity_rules `
SecDebugLogLevel 0
SecAuditEngine on
SecRuleEngine On
SecRule REQUEST_URI "^/webmail" "id:99999,phase:1,deny,status:403"
`
modsecurity_rules_file /conf/path
but...