[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-cvs
Subject:    cvs commit: httpd-2.0/modules/proxy proxy_balancer.c
From:       mturk () apache ! org
Date:       2004-09-29 19:14:15
Message-ID: 20040929191415.53744.qmail () minotaur ! apache ! org
[Download RAW message or body]

mturk       2004/09/29 12:14:15

  Modified:    modules/proxy proxy_balancer.c
  Log:
  The name of the module is mod_proxy not mpm_proxy.
  
  Revision  Changes    Path
  1.29      +1 -1      httpd-2.0/modules/proxy/proxy_balancer.c
  
  Index: proxy_balancer.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/proxy/proxy_balancer.c,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- proxy_balancer.c	29 Sep 2004 19:09:55 -0000	1.28
  +++ proxy_balancer.c	29 Sep 2004 19:14:15 -0000	1.29
  @@ -797,7 +797,7 @@
        * 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); 
  
  
  
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic