forked frommicrosoft/ModSecurity
- Notifications
You must be signed in to change notification settings - Fork0
Commitb3ce3da
Elia Pinto
Felipe Zimmerle
mlogc-batch-load.pl.in: fix searching SecAuditLogStorageDir files with Apache 2.4
Setting SecAuditLogType concurrent the files created by modsecurity in the directory SecAuditLogStorageDirare of the type%Y%m%d-%H%M%S-UNIQUE_IDwhere UNIQUE_ID is produced by the module mod_unique_id. In apache 2.2UNIQUE_ID was 24 characters long while in apache 2.4 is 27 characters long,as a result of the new version of mod_unique_id. This patch extendsthe regular expression for searching these log files for apache 2.4 and apache 2.2,and also with future releases, at least with regard to the length of UNIQUE_IDSigned-off-by: Elia Pinto <elia.pinto@gmail.com>1 parent51f1ff6 commitb3ce3da
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
0 commit comments
Comments
(0)