[users@httpd] RE: Apache 2.4.3 - Mod_proxy_balancer + mod_lbmethod_bybusyness

2012-12-28 Thread Rapp, James
Hello, Can anyone comment on this behavior? On Monday, December 17, 2012 at 3:52 PM James Rapp wrote: Proxy balancer://loadbalancer BalancerMember http://machine1.example.com:8080/ max=64 connectiontimeout=1200 keepalive=on route=machine1 BalancerMember http://machine2.example.com:8080/

Re: [users@httpd] RE: Apache 2.4.3 - Mod_proxy_balancer + mod_lbmethod_bybusyness

2012-12-28 Thread Eric Covener
* NOTE: The default method is byrequests, which we assume * exists! */ lbmethod = ap_lookup_provider(PROXY_LBMETHOD, byrequests, 0); if (!lbmethod) { return Can't find 'byrequests' lb method; } On Fri, Dec 28, 2012 at 10:55 AM, Rapp, James james.r...@sap.com