Can HAProxy be installed on 64bit machine?

2011-04-19 Thread Stijn Vanhoorelbeke
Hi, Can HAProxy be installed on a 64 bit Ubuntu machine? I couldn't manage to do this. Could someone please give me guidelines, Stijn Vanhoorelbeke

resdel and logs

2011-04-19 Thread Kyle Brandt
If a response header is removed before being sent to the client by using the resdel or residel keywords, are those headers logged before deletion happens if they captured with capture response header?

Re: Rate Limiting Blog Link

2011-04-19 Thread Kyle Brandt
Hi Bradford, To send to violators to a different backend, based of the example I used in that post you want something like: In Frontend: use_backend go-away if source_is_abuser Then a backend like: backend go-away mode http errorfile 503 /etc/haproxy/errors/503rate.http Not

Re: resdel and logs

2011-04-19 Thread Kyle Brandt
From what I can tell using rspidel prevents the header from being sent to the client but it will still be logged first (Unless there are some caveats I am missing). On Tue, Apr 19, 2011 at 8:33 AM, Kyle Brandt k...@stackoverflow.com wrote: If a response header is removed before being sent to

Re: Backend reqrep rule with quotes

2011-04-19 Thread Cyril Bonté
Hi Josh, Le mercredi 20 avril 2011 00:32:45, Josh Brown (Mailing List) a écrit : Hi, I am wondering if anyone has been able to rewrite a request with regular expression to use double quotes. I need to rewrites the second variable with quotes around it for the backend application to

Re: Rate Limiting Blog Link

2011-04-19 Thread bradford
My whole concern is simplifying the rate limiting process and being able to have it work with https traffic (where it's not susceptible to spoofing). Can HAProxy do the latter without its own HTTPS implementation? Thanks for the tip and the post, Kyle. Bradford On Tue, Apr 19, 2011 at 11:38 AM,

Re: Backend reqrep rule with quotes

2011-04-19 Thread Josh Brown (Mailing List)
On Apr 19, 2011, at 4:05 PM, Cyril Bonté wrote: Hi Josh, Le mercredi 20 avril 2011 00:32:45, Josh Brown (Mailing List) a écrit : Hi, I am wondering if anyone has been able to rewrite a request with regular expression to use double quotes. I need to rewrites the second variable with

Re: Rate Limiting Blog Link

2011-04-19 Thread Ben Timby
Simplification is not always possible. You must use the tools at hand. Reading the article you linked to everything seemed pretty straightforward to me. A feature like rate limiting can only be simplified so much. That said, look into using stunnel for your SSL decryption. There is a patch that