aboutsummaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/apache/service.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/apache/service.hxx b/web/apache/service.hxx
index 28c789e..f5155ef 100644
--- a/web/apache/service.hxx
+++ b/web/apache/service.hxx
@@ -55,7 +55,8 @@ namespace web
nullptr,
nullptr,
nullptr,
- &register_hooks<M>
+ &register_hooks<M>,
+ AP_MODULE_FLAG_NONE
},
name_ (name),
exemplar_ (exemplar)