Re: load balancing based off type of request

2009-01-26 Thread Joe Williams
Thanks for the help! -Joe Willy Tarreau wrote: On Mon, Jan 26, 2009 at 09:28:48PM -0800, Joe Williams wrote: I am attempting to load balance based off of the type of request (POST, PUT, DELETE, GET, etc). Sending GETs to all backend servers and POST, DELETE and PUT to only one. From the

Re: load balancing based off type of request

2009-01-26 Thread Willy Tarreau
On Mon, Jan 26, 2009 at 09:28:48PM -0800, Joe Williams wrote: > > I am attempting to load balance based off of the type of request (POST, > PUT, DELETE, GET, etc). Sending GETs to all backend servers and POST, > DELETE and PUT to only one. From the documentation it looks like this > might be po

load balancing based off type of request

2009-01-26 Thread Joe Williams
I am attempting to load balance based off of the type of request (POST, PUT, DELETE, GET, etc). Sending GETs to all backend servers and POST, DELETE and PUT to only one. From the documentation it looks like this might be possible with an ACL or maybe some regex. I tried a couple configuration