]> granicus.if.org Git - apache/commitdiff
The name of the module is mod_proxy not mpm_proxy.
authorMladen Turk <mturk@apache.org>
Wed, 29 Sep 2004 19:14:15 +0000 (19:14 +0000)
committerMladen Turk <mturk@apache.org>
Wed, 29 Sep 2004 19:14:15 +0000 (19:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105348 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_balancer.c

index 813f79eea2c307fd338088f2f8ea32356bb0161e..1c307c753f4f989e974ac3fb1eb4ee1e321b1aac 100644 (file)
@@ -797,7 +797,7 @@ static void ap_proxy_balancer_register_hook(apr_pool_t *p)
      * make sure that we are called after the mpm
      * initializes and after the mod_proxy
      */
-    static const char *const aszPred[] = { "mpm_winnt.c", "mpm_proxy.c", NULL};
+    static const char *const aszPred[] = { "mpm_winnt.c", "mod_proxy.c", NULL};
      /* manager handler */
     ap_hook_handler(balancer_handler, NULL, NULL, APR_HOOK_FIRST);
     ap_hook_child_init(child_init, aszPred, NULL, APR_HOOK_MIDDLE);