mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Refactoring on the audit logs implementation
Among of other things, it is now supporting shared file locks between different process.
This commit is contained in:
@@ -272,7 +272,7 @@
|
||||
},
|
||||
"expected":{
|
||||
"audit_log":"",
|
||||
"debug_log":"Request was relevant to be saved.",
|
||||
"debug_log":"Saving this request as part of the audit log.",
|
||||
"http_code": 302
|
||||
},
|
||||
"rules":[
|
||||
|
@@ -32,11 +32,7 @@
|
||||
"rules": [
|
||||
"SecRuleEngine On",
|
||||
"SecRequestBodyAccess On",
|
||||
"SecResponseBodyAccess On",
|
||||
"SecAuditEngine On",
|
||||
"SecAuditLogType Serial",
|
||||
"SecAuditLog logs\/modsec_audit.log",
|
||||
"SecAuditLogParts ABCDEFHJKZ"
|
||||
"SecResponseBodyAccess On"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
Reference in New Issue
Block a user