-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
Looks like the log message for when modsecurity fails to load the configuration is not being included in the error message:
spoa-modsecurity/modsec_wrapper.c
Lines 153 to 156 in 3c895f3
| msg = modsecProcessConfig(modsec_config, file, getcwd(cwd, 128)); | |
| if (msg != NULL) { | |
| LOG(&null_worker, "ModSecurity load configuration failed.\n"); | |
| return -1; |
So if you have a syntax error in your config, you just get this log:
1670881710.648713 [00] ModSecurity load configuration failed.
Metadata
Metadata
Assignees
Labels
No labels