Re: Haproxy crashes?

2012-01-24 Thread Łukasz Michalski
W dniu 2012-01-23 12:44, Thomas Bender pisze: > I have no idea why haproxy stops working from time to time..There is not > much traffic on this system and I can not see any reasons (no peaks, > etc) why it randomly crashes up to 10 times a day (see attached > screenshots from zabbix, red marks are

Re: route !HTTP connections to tcp backend instead of dropping in HTTP mode

2011-12-12 Thread Łukasz Michalski
W dniu 2011-12-12 19:17, Baptiste pisze: well, if your websocket traffic is encrypted, how do you want haproxy to read the headers It works this way: 1. From flash plugin I open socket connection to port 443 to make HTTP requests. 2. Flash connects to port 843 and sends string "" and exp

route !HTTP connections to tcp backend instead of dropping in HTTP mode

2011-12-10 Thread Łukasz Michalski
Hi, Is it possible to route non-HTTP connections to specific backend instead of returning bad request in http mode? Some of my clients sends a small XML request (~30 bytes) to HTTP port and I need to route that connection to specific backend in tcp mode. If not, do you know any software that I ca