Skip to content

Commit 778b7b7

Browse files
authored
Merge pull request #300 from jajik/load-slotmem
Add slotmem module among preloaded for mod_proxy_cluster
2 parents 0781362 + 5798f74 commit 778b7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

native/mod_proxy_cluster/mod_proxy_cluster.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3492,7 +3492,7 @@ static int proxy_cluster_post_request(proxy_worker *worker, proxy_balancer *bala
34923492
*/
34933493
static void proxy_cluster_hooks(apr_pool_t *p)
34943494
{
3495-
static const char *const aszPre[] = {"mod_manager.c", "mod_rewrite.c", NULL};
3495+
static const char *const aszPre[] = {"mod_manager.c", "mod_rewrite.c", "mod_slotmem.c", NULL};
34963496
static const char *const aszSucc[] = {"mod_proxy.c", NULL};
34973497

34983498
ap_hook_post_config(proxy_cluster_post_config, NULL, NULL, APR_HOOK_MIDDLE);

0 commit comments

Comments
 (0)