5656 modsecurity on;
5757 modsecurity_rules '
5858 SecRuleEngine On
59- SecAuditLogEngine On
59+ SecAuditEngine On
6060 SecRule ARGS "@streq whee" "id:10,phase:2"
6161 SecRule ARGS "@streq whee" "id:11,phase:2"
6262 ';
6666 SecRule ARGS "@streq root" "id:21,phase:1,auditlog,status:302,redirect:http://www.modsecurity.org"
6767 SecDebugLog %%TESTDIR%%/auditlog-debug-root.txt
6868 SecDebugLogLevel 9
69- SecAuditLogEngine On
69+ SecAuditEngine On
7070 SecAuditLogParts AB
7171 SecAuditLog %%TESTDIR%%/auditlog-root.txt
7272 SecAuditLogType Serial
8080 SecDebugLog %%TESTDIR%%/auditlog-debug-subfolder1.txt
8181 SecDebugLogLevel 9
8282 SecAuditLogParts AB
83- SecAuditLogEngine On
83+ SecAuditEngine On
8484 SecAuditLog %%TESTDIR%%/auditlog-subfolder1.txt
8585 SecAuditLogType Serial
8686 SecAuditLogStorageDir %%TESTDIR%%/
9090 SecRule ARGS "@streq subfolder2" "id:41,phase:1,status:302,auditlog,redirect:http://www.modsecurity.org"
9191 SecDebugLog %%TESTDIR%%/auditlog-debug-subfolder2.txt
9292 SecDebugLogLevel 9
93- SecAuditLogEngine On
93+ SecAuditEngine On
9494 SecAuditLogParts AB
9595 SecAuditLog %%TESTDIR%%/auditlog-subfolder2.txt
9696 SecAuditLogType Serial
@@ -104,7 +104,7 @@ http {
104104 SecDebugLog %%TESTDIR%%/auditlog-debug-subfolder3.txt
105105 SecDebugLogLevel 9
106106 SecAuditLogParts AB
107- SecAuditLogEngine On
107+ SecAuditEngine On
108108 SecAuditLog %%TESTDIR%%/auditlog-subfolder3.txt
109109 SecAuditLogType Serial
110110 SecAuditLogStorageDir %%TESTDIR%%/
@@ -115,7 +115,7 @@ http {
115115 SecRule ARGS "@streq subfolder4withE" "id:2,phase:1,status:302,ctl:auditLogParts=+E,auditlog,redirect:http://www.modsecurity.org"
116116 SecDebugLog %%TESTDIR%%/auditlog-debug-subfolder4.txt
117117 SecDebugLogLevel 9
118- SecAuditLogEngine On
118+ SecAuditEngine On
119119 SecAuditLogParts AB
120120 SecAuditLog %%TESTDIR%%/auditlog-subfolder4.txt
121121 SecAuditLogType Serial
0 commit comments