On 12/28/2012 10:11 AM, Eric Covener wrote: > When defining a balancer, mod_lbmethod_byrequests is always looked up > explicitly and used as the initial LB method. > > I am curious how others feel about this: > > [ ] document that mod_lbmethod_byrequests needs to be loaded and > improve the error > [ ] make it work if ProxySet lbmethod=other occurs before BalancerMember > [X] make it work if ProxySet lbmethod=other occurs after BalancerMember > [ ] refactor byrequests back into mod_proxy or mod_proxy_balancer so > it's always available
This seems to be the best option to me also. Refactoring the code into mod_proxy(_balancer) defeats the purpose of loadable balancer modules and documenting the requirement sounds like working around the issue. -- Daniel Ruggeri
