Commit 9a832d41 authored by Allan K. Edwards's avatar Allan K. Edwards
Browse files

use AP_HOOK_LAST for this module. This may or may not be the final

solution but it is at least more correct.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87634 13f79535-47bb-0310-9956-ffa450edef68
parent 9c63b7de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -480,7 +480,7 @@ AP_INIT_ITERATE("mmapfile", mmapfile, NULL, RSRC_CONF,

static void register_hooks(void)
{
    ap_hook_handler(file_cache_handler, NULL, NULL, AP_HOOK_MIDDLE);
    ap_hook_handler(file_cache_handler, NULL, NULL, AP_HOOK_LAST);
    ap_hook_post_config(file_cache_post_config, NULL, NULL, AP_HOOK_MIDDLE);
    ap_hook_translate_name(file_cache_xlat, NULL, NULL, AP_HOOK_MIDDLE);
    /* This trick doesn't work apparently because the translate hooks