Hi, In mod_proxy_balancer after runtime = find_session_route(*balancer, r, &route, &sticky, url);
There is a logic that belongs to the LB implementation, my idea is to add a apr_status_t (*updatelbstatus)(proxy_balancer *balancer, proxy_worker *elected, server_rec *s); in the proxy_balancer_method (mod_proxy.h) and call the LB implementation. Comments? Cheers Jean-Frederic
