From: Doug MacEachern Date: Mon, 22 Jan 2001 01:57:51 +0000 (+0000) Subject: s/LAST/MIDDLE/ X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~132 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f089ea8c77b90c4b460714ee416a0075e25b6cd;p=apache s/LAST/MIDDLE/ git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87786 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/apxs.in b/support/apxs.in index b065f01d28..11d8fa5543 100644 --- a/support/apxs.in +++ b/support/apxs.in @@ -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 */