56
56
modsecurity on;
57
57
modsecurity_rules '
58
58
SecRuleEngine On
59
- SecAuditLogEngine On
59
+ SecAuditEngine On
60
60
SecRule ARGS "@streq whee" "id:10,phase:2"
61
61
SecRule ARGS "@streq whee" "id:11,phase:2"
62
62
';
66
66
SecRule ARGS "@streq root" "id:21,phase:1,auditlog,status:302,redirect:http://www.modsecurity.org"
67
67
SecDebugLog %%TESTDIR%%/auditlog-debug-root.txt
68
68
SecDebugLogLevel 9
69
- SecAuditLogEngine On
69
+ SecAuditEngine On
70
70
SecAuditLogParts AB
71
71
SecAuditLog %%TESTDIR%%/auditlog-root.txt
72
72
SecAuditLogType Serial
80
80
SecDebugLog %%TESTDIR%%/auditlog-debug-subfolder1.txt
81
81
SecDebugLogLevel 9
82
82
SecAuditLogParts AB
83
- SecAuditLogEngine On
83
+ SecAuditEngine On
84
84
SecAuditLog %%TESTDIR%%/auditlog-subfolder1.txt
85
85
SecAuditLogType Serial
86
86
SecAuditLogStorageDir %%TESTDIR%%/
90
90
SecRule ARGS "@streq subfolder2" "id:41,phase:1,status:302,auditlog,redirect:http://www.modsecurity.org"
91
91
SecDebugLog %%TESTDIR%%/auditlog-debug-subfolder2.txt
92
92
SecDebugLogLevel 9
93
- SecAuditLogEngine On
93
+ SecAuditEngine On
94
94
SecAuditLogParts AB
95
95
SecAuditLog %%TESTDIR%%/auditlog-subfolder2.txt
96
96
SecAuditLogType Serial
@@ -104,7 +104,7 @@ http {
104
104
SecDebugLog %%TESTDIR%%/auditlog-debug-subfolder3.txt
105
105
SecDebugLogLevel 9
106
106
SecAuditLogParts AB
107
- SecAuditLogEngine On
107
+ SecAuditEngine On
108
108
SecAuditLog %%TESTDIR%%/auditlog-subfolder3.txt
109
109
SecAuditLogType Serial
110
110
SecAuditLogStorageDir %%TESTDIR%%/
@@ -115,7 +115,7 @@ http {
115
115
SecRule ARGS "@streq subfolder4withE" "id:2,phase:1,status:302,ctl:auditLogParts=+E,auditlog,redirect:http://www.modsecurity.org"
116
116
SecDebugLog %%TESTDIR%%/auditlog-debug-subfolder4.txt
117
117
SecDebugLogLevel 9
118
- SecAuditLogEngine On
118
+ SecAuditEngine On
119
119
SecAuditLogParts AB
120
120
SecAuditLog %%TESTDIR%%/auditlog-subfolder4.txt
121
121
SecAuditLogType Serial
0 commit comments