]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
mod_slotmem_shm is a predecessor of
authorRainer Jung <rjung@apache.org>
Mon, 17 Jan 2011 22:09:18 +0000 (22:09 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 17 Jan 2011 22:09:18 +0000 (22:09 +0000)
mod_proxy_balancer, not mod_proxy.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1060109 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/mod_proxy.c
modules/proxy/mod_proxy_balancer.c

index 5988ed530fb5e6da1ed637525f9c499dcb04da3d..90388a3f075a240ea2c4059c3cbb9b41b28c073a 100644 (file)
@@ -2459,7 +2459,7 @@ static void register_hooks(apr_pool_t *p)
      * make sure that we are called after the mpm
      * initializes.
      */
-    static const char *const aszPred[] = { "mpm_winnt.c", "mod_proxy_balancer.c", "mod_slotmem_shm.c", NULL};
+    static const char *const aszPred[] = { "mpm_winnt.c", "mod_proxy_balancer.c", NULL};
 
     /* handler */
     ap_hook_handler(proxy_handler, NULL, NULL, APR_HOOK_FIRST);
index 7b26ce12c76216fb5d3c9cf729269d73081062af..fb4cc788f863e596599f967f0e3f8424d17bb3f0 100644 (file)
@@ -1118,7 +1118,7 @@ static void ap_proxy_balancer_register_hook(apr_pool_t *p)
      * make sure that we are called after the mpm
      * initializes
      */
-    static const char *const aszPred[] = { "mpm_winnt.c", NULL};
+    static const char *const aszPred[] = { "mpm_winnt.c", "mod_slotmem_shm.c", NULL};
      /* manager handler */
     ap_hook_post_config(balancer_post_config, NULL, NULL, APR_HOOK_MIDDLE);
     ap_hook_pre_config(balancer_pre_config, NULL, NULL, APR_HOOK_MIDDLE);