AW: [users@httpd] Apache load balancing based on http request body content

2017-03-09 Thread Chen, Yongcheng
balancing based on http request body content Yeah... if really required, sticky sessions are the quickest way... As Nick sez, having to parse the payload slows things way down. > On Mar 9, 2017, at 7:48 AM, Nick Kew wrote: > > On Thu, 2017-03-09 at 12:26 +0000, Chen, Yongcheng wrot

AW: [users@httpd] Apache load balancing based on http request body content

2017-03-09 Thread Chen, Yongcheng
of the request? Ala in POST data? > On Mar 9, 2017, at 6:50 AM, Chen, Yongcheng > wrote: > > Dear all, > > I am using Apach httpd for loadbalaning. Now, i want to forward all the > requests with an expected string in xml in http body to the same backend > server. For

[users@httpd] Apache load balancing based on http request body content

2017-03-09 Thread Chen, Yongcheng
Dear all, I am using Apach httpd for loadbalaning. Now, i want to forward all the requests with an expected string in xml in http body to the same backend server. For example: http body with string 1 --> Backend Server 1, http body with string 2 --> Backend Server 2 Does somebody know the tr

[users@httpd] load balancer byrequest algorithm

2015-02-02 Thread Chen, Yongcheng
Hi everybody, I'm testing now the apache load balancer. And I configured my apache server for testing the example from apache document (http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html): worker a b lbfactor 70 30 lbstatus -30 30 lbstatus 40 -40 lbstatus 10 -10 lbsta