RE: HAproxy and instant messagers (Ym)

2011-02-14 Thread Florescu, Dan Alexandru
Anyone willing to help? Also, if I can get some help interpreting the following lines extracted from haproxy.log: balance roundrobin/ proxy 0/0/1/26004/6 200 2054 - - CD-- 470/470/456/456/0 0/0 POST http://98.139.60.242/ HTTP/1.1 balance roundrobin/ proxy 0/0/1/-1/50003 504 194 - - sH--

Re: HAproxy and instant messagers (Ym)

2011-02-14 Thread Willy Tarreau
Hi, On Mon, Feb 14, 2011 at 10:35:15AM +0200, Florescu, Dan Alexandru wrote: Anyone willing to help? It's possible that people are not much skilled in this application :-/ Also, if I can get some help interpreting the following lines extracted from haproxy.log: It's a good point you got

RE: HAproxy and instant messagers (Ym)

2011-02-14 Thread Florescu, Dan Alexandru
Hi Willy, Thank you for the explanations. In fact I had assumed that CD/cD was something related to timing out and connection closing, and so I increased contimeout from 5000 (5ms) to 5 (5s) (BTW, I think that was a typo in my config). This has solved my problem. Although, looking at the

Re: HAproxy and instant messagers (Ym)

2011-02-14 Thread Willy Tarreau
On Mon, Feb 14, 2011 at 05:54:08PM +0200, Florescu, Dan Alexandru wrote: Hi Willy, Thank you for the explanations. In fact I had assumed that CD/cD was something related to timing out and connection closing, and so I increased contimeout from 5000 (5ms) to 5 (5s) (BTW, I think that

Haproxy and Plesk

2011-02-14 Thread Devota , Dennis
Hi all, I am looking for way to configure same VIP to support multiples ports on haproxy for one physical box. Same physical box has multiple applications (80,443 [SSL],8443 [SSL]). I would like use one VIP to support all the ports. Is there way to do on haproxy? Please kindly advice.

Re: balance (hdr) problem (maybe bug?)

2011-02-14 Thread Craig
Hi, Thanks to all your tests and observations, I managed to spot the bug and to fix it. The headers are linked in a list whose tail is known as hdr_idx-tail. This pointer is used when adding new headers. Unfortunately the header removal function did not update it when it removed the last

Re: Haproxy and Plesk

2011-02-14 Thread Guillaume Bourque
For sure you can use a listen like this; frontend DISPATCH-lb10 bind :80,:81,:8001,:8002,:8881,:8882 This will tell haproxy to listen on all IP for those specific ports If you check the doc you should have some complete usage examples Good luck. Devota a écrit : Hi all, I am

does http-server-close close idle client sockets when needed?

2011-02-14 Thread Bryan Talbot
I can't find in the documentation anything about how haproxy handles client keep-alive (using http-server-close) when the maximum number of client connections has been reached. If there are idle client connections, will the proxy close them to allow new connections to be established? Or, will

Re: balance (hdr) problem (maybe bug?)

2011-02-14 Thread Willy Tarreau
On Tue, Feb 15, 2011 at 12:26:54AM +0100, Craig wrote: Hi, Thanks to all your tests and observations, I managed to spot the bug and to fix it. The headers are linked in a list whose tail is known as hdr_idx-tail. This pointer is used when adding new headers. Unfortunately the header

Re: does http-server-close close idle client sockets when needed?

2011-02-14 Thread Willy Tarreau
Hi Bryan, On Mon, Feb 14, 2011 at 08:08:25PM -0800, Bryan Talbot wrote: I can't find in the documentation anything about how haproxy handles client keep-alive (using http-server-close) when the maximum number of client connections has been reached. If there are idle client connections, will