We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e0ef146 + 45acae4 commit c2b47eaCopy full SHA for c2b47ea
apache2/mod_security2.c
@@ -25,12 +25,6 @@
25
#include "apr_optional.h"
26
#include "mod_log_config.h"
27
28
-/*
29
- * #ifdef APLOG_USE_MODULE
30
- * APLOG_USE_MODULE(security2);
31
- * #endif
32
- */
33
-
34
#include "msc_logging.h"
35
#include "msc_util.h"
36
apache2/modsecurity.h
@@ -145,6 +145,9 @@ extern DSOLOCAL char *real_server_signature;
145
extern DSOLOCAL char *chroot_dir;
146
147
extern module AP_MODULE_DECLARE_DATA security2_module;
148
+#ifdef APLOG_USE_MODULE
149
+ APLOG_USE_MODULE(security2);
150
+#endif
151
152
extern DSOLOCAL const command_rec module_directives[];
153
0 commit comments