Re: haproxy-1.4.3 and keep-alive status

2010-04-26 Thread Dmitry Sivachenko
On Thu, Apr 08, 2010 at 11:58:25AM +0200, Willy Tarreau wrote: 3) I have sample configuration running with option http-server-close and without option httpclose set. I observe the following at haproxy side: Request comes: GET /some-url HTTP/1.1 Host: host.pp.ru User-Agent:

Re: haproxy-1.4.3 and keep-alive status

2010-04-26 Thread Cyril Bonté
Hi Dmitry, Le lundi 26 avril 2010 13:57:12, Dmitry Sivachenko a écrit : When I put that server behind haproxy (version 1.4.4) I see the following: 1) GET some URL HTTP/1.1 Host: host.pp.ru User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.3) Gecko/2010041 4 Firefox/3.6.3

Re: logging keep-alive requests

2010-04-26 Thread Willy Tarreau
On Mon, Apr 26, 2010 at 09:38:22PM +0100, Matt wrote: Think I remember reading this. But just checking - i'm running 1.4.4. I'm only getting the first response of the digest authentication (code 401) logged when using option http-pretend-keepalive. My client reuses the connection and I see

1.4.4 option http-pretend-keepalive not available in backend

2010-04-26 Thread Matt
The doc says that http-pretend-keepalive can be set in a backend only, but when haproxy is reloaded with this option set :- 'http-pretend-keepalive' ignored because backend has no frontend capability. Matt

haproxy websockets

2010-04-26 Thread Dustin Moskovitz
Our company is attempting to use haproxy to balance websocket requests and ran into a snag when trying to set up virtual hosts. Using acl rules to divide traffic between two backends is very straightforward and we're able to make it work when using http mode, but we need to use tcp for websockets.