On Thursday 05 October 2006 10:07, Mathias Herberts wrote: > The first patch (ajp.patch) modifies the behaviour of mod_proxy, > introducing two config parameters.
Looks reasonable at a first glance +#define STRSTR(url,name,ignorecase) (ignorecase == 0 ? strstr(url,name) : strcasestr(url,name)) Ahem. Apache is supposed to be portable, but AIUI strcasestr is nonstandard. > The second patch (balancer.patch) modifies the behaviour of the > balancer to overcome some of the caveats I mentioned earlier. (not reviewed - more think-time needed for that) -- Nick Kew
