RE: [users@httpd] Load Balancing for REST service

2012-03-08 Thread Brian Lauber
That did the trick. Thanks! -=- Brian From: Daniel Ruggeri [drugg...@primary.net] Sent: Thursday, March 08, 2012 6:41 AM To: users@httpd.apache.org Subject: Re: [users@httpd] Load Balancing for REST service On 3/7/2012 8:39 PM, Brian Lauber wrote: I

[users@httpd] Load Balancing for REST service

2012-03-07 Thread Brian Lauber
Howdy. We have a REST service that we are attempting to load balance via mod_proxy_balancer. Unfortunately, we have been unable to figure out how to maintain the session stickiness across REST service calls. In particular, our REST service does not make use of cookies or URL query

RE: [users@httpd] Load Balancing for REST service

2012-03-07 Thread Brian Lauber
[mailto:drugg...@primary.net] Sent: Wednesday, March 07, 2012 6:59 PM To: users@httpd.apache.org Subject: Re: [users@httpd] Load Balancing for REST service On 3/7/2012 4:47 PM, Brian Lauber wrote: Howdy. We have a REST service that we are attempting to load balance via mod_proxy_balancer