Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion native/mod_proxy_cluster/mod_proxy_cluster.c
Original file line number Diff line number Diff line change
Expand Up @@ -3492,7 +3492,7 @@ static int proxy_cluster_post_request(proxy_worker *worker, proxy_balancer *bala
*/
static void proxy_cluster_hooks(apr_pool_t *p)
{
static const char *const aszPre[] = {"mod_manager.c", "mod_rewrite.c", NULL};
static const char *const aszPre[] = {"mod_manager.c", "mod_rewrite.c", "mod_slotmem.c", NULL};
static const char *const aszSucc[] = {"mod_proxy.c", NULL};

ap_hook_post_config(proxy_cluster_post_config, NULL, NULL, APR_HOOK_MIDDLE);
Expand Down