Mladen Turk wrote: > > Jim Jagielski wrote: > > > > > > I've confirmed that without that hack, the server works fine > > and as expected... I'm not sure, but I would almost > > bet that it was due not all required *.o's being > > rebuilt, and the hook in mod_proxy not being called > > when you tested. > > > > Can others confirm one way or another? > > > > The problem is that there is no default lbmethod. > If you set the "lbmethod" to the balancer config then it'll work. > Without it will core dump, because it will be NULL. > With my patch it will use the byrequest as default lbmethod, > so it's probably OK, and not an ugly hack after all :) >
Hmmmm... it's always set whenever ap_proxy_add_balancer() is called. Let me keep on looking :) But yeah, if the code works, then your "HACK" is nothing of the sort but rather good defensive programming :) -- =========================================================================== Jim Jagielski [|] [EMAIL PROTECTED] [|] http://www.jaguNET.com/ "Sith happens" - Yoda
