mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 03:34:29 +03:00
Add SecAuditLog2 directive (trac #102)
This commit is contained in:
@@ -349,9 +349,12 @@ struct directory_config {
|
||||
* name of the index file (for the new audit log type)
|
||||
*/
|
||||
char *auditlog_name;
|
||||
/* The name of the secondary index file */
|
||||
char *auditlog2_name;
|
||||
|
||||
/* The file descriptor for the file above */
|
||||
/* The file descriptors for the files above */
|
||||
apr_file_t *auditlog_fd;
|
||||
apr_file_t *auditlog2_fd;
|
||||
|
||||
/* For the new-style audit log only, the path where
|
||||
* audit log entries will be stored
|
||||
|
Reference in New Issue
Block a user