Re: 1.3.18 randomly generates sH-- 504 on POST requests

2011-03-22 Thread Pedro Mata-Mouros Fonseca
Ok Willy, thanks a lot! So far 1.4.13 is really rocking. Cheers. On Mar 22, 2011, at 6:32 AM, Willy Tarreau wrote: Hi Pedro, On Mon, Mar 21, 2011 at 11:56:23PM +, Pedro Mata-Mouros Fonseca wrote: Greetings, We had an issue with 1.3.18 that pushed us to update HAProxy's version

Re: 1.3.18 randomly generates sH-- 504 on POST requests

2011-03-22 Thread Pedro Mata-Mouros Fonseca
Precisely. We will activate client side keep-alive in the next few days. Thanks again. On Mar 22, 2011, at 11:40 AM, Willy Tarreau wrote: On Tue, Mar 22, 2011 at 11:27:05AM +, Pedro Mata-Mouros Fonseca wrote: Ok Willy, thanks a lot! So far 1.4.13 is really rocking. Since you migrated

1.3.18 randomly generates sH-- 504 on POST requests

2011-03-21 Thread Pedro Mata-Mouros Fonseca
Greetings, We had an issue with 1.3.18 that pushed us to update HAProxy's version to the latest stable on the 1.4 branch. After almost two days, it seems the update solved this, so I'm guessing a bug was somewhere along the line. The issue was on a POST file upload to a backend, where HAProxy

Building a rspirep based on the frontend incoming URL

2010-05-26 Thread Pedro Mata-Mouros Fonseca
Greetings, For a given image serving backend I use a reqrep to rewrite an incoming scrambled URL and pass it on unscrambled: reqrep ^(GET[^\ ]*)\ /image/\w{1}(\w{2})(\w{2})(\w{2})(.*)\1\ /storage\5/images/\3/\4\2 In the response should be the corresponding requested image. Since these

Re: timeout client / server clarification

2009-08-21 Thread Pedro Mata-Mouros Fonseca
Ok, thanks for the info Willy! Pedro. On Aug 21, 2009, at 1:18 PM, Willy Tarreau wrote: Hello Pedro, On Fri, Aug 21, 2009 at 11:05:04AM +0100, Pedro Mata-Mouros Fonseca wrote: Hello Willy, everyone, This is the only entry in /var/log/haproxy.log generated after the upload and the 504

Re: timeout client / server clarification

2009-08-20 Thread Pedro Mata-Mouros Fonseca
should be reset throughout the upload... Can anyone shed some light on this? Thanks so much. Pedro. On Aug 13, 2009, at 9:45 PM, Willy Tarreau wrote: On Thu, Aug 13, 2009 at 12:16:06PM +0100, Pedro Mata-Mouros Fonseca wrote: Greetings, Picking this up again, there's a little problem

Re: Capture and alter a 404 from an internal server

2009-07-24 Thread Pedro Mata-Mouros Fonseca
Hello, Thank you so much Maciej, I will give it a try - although in that referenced email it seems like a scary thing to do... A hard thing to evaluate is the cost of having such rspirep processing in every response coming from that specific frontend... Is it too overwhelming to the

Re: load balancing algorithm

2009-07-22 Thread Pedro Mata-Mouros Fonseca
SOAPAction? What do you think? Cheers, Johan - Original Message - From: Pedro Mata-Mouros Fonseca To: haproxy@formilux.org Sent: Wednesday, July 22, 2009 12:19 PM Subject: Re: load balancing algorithm I guess you could analyse the URI, and if it's that specific method that's being

Duplicate checks in backup servers?

2009-06-26 Thread Pedro Mata-Mouros Fonseca
Greetings, This is my first post into this mailing list, been following it for a few days. So, greetings from Portugal. I have a small doubt: I have a few backend sections defined in my haproxy.conf, one of each is composed of server1 to 4 - and all of them using the check keyword. In