mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Add APLOG_USE_MODULE to correctly mark log messages
This commit is contained in:
@@ -145,6 +145,9 @@ extern DSOLOCAL char *real_server_signature;
|
||||
extern DSOLOCAL char *chroot_dir;
|
||||
|
||||
extern module AP_MODULE_DECLARE_DATA security2_module;
|
||||
#ifdef APLOG_USE_MODULE
|
||||
APLOG_USE_MODULE(security2);
|
||||
#endif
|
||||
|
||||
extern DSOLOCAL const command_rec module_directives[];
|
||||
|
||||
|
Reference in New Issue
Block a user