Re: Set header with value extracted from path

2014-12-04 Thread Baptiste
On Thu, Dec 4, 2014 at 12:09 AM, Ryan rnidef...@gmail.com wrote: When I received URL's with the following format: /1/a/b/c I rewrite the URL removing the digit like so: /v2.0.0/a/b/c And I need to set a header with the value of the digit I replaced, i.e.: X-ID: 1 Is it possible to do

eliminate per-server queuing?

2014-12-04 Thread Daniel Lieberman
We have a situation where our app servers sometimes get into a bad state, and hitting a working server is more important than enforcing persistence. Generally the number of connections to a bad server grows rapidly, so we’ve set a maxconn value on the server line which effectively takes a

Can not set or clear a table when the Key contains \

2014-12-04 Thread Nick
Hi Haproxy experts, we are using Haproxy to balance RDP connections, I am having a problem to set or clear a key in a table. below is my skick-table sttings. stick-table type string len 32 size 10k expire 1d peers LB store conn_cur,conn_rate(1m) 70% Haproxy captured the key=userID, this is what