Loading support/apxs.in +1 −1 Original line number Diff line number Diff line Loading @@ -619,7 +619,7 @@ static int %NAME%_handler(request_rec *r) static void %NAME%_register_hooks(apr_pool_t *p) { ap_hook_handler(%NAME%_handler, NULL, NULL, APR_HOOK_LAST); ap_hook_handler(%NAME%_handler, NULL, NULL, APR_HOOK_MIDDLE); } /* Dispatch list for API hooks */ Loading Loading
support/apxs.in +1 −1 Original line number Diff line number Diff line Loading @@ -619,7 +619,7 @@ static int %NAME%_handler(request_rec *r) static void %NAME%_register_hooks(apr_pool_t *p) { ap_hook_handler(%NAME%_handler, NULL, NULL, APR_HOOK_LAST); ap_hook_handler(%NAME%_handler, NULL, NULL, APR_HOOK_MIDDLE); } /* Dispatch list for API hooks */ Loading