Привет

2013-11-11 Thread bwbwg
Как хотелось мне сейчас бы с ними http://yokdaha.com/wp-content/plugins/tv1mod/jtjtf.htm

Dual HAProxy SSL instances crashing together with no log messages

2013-11-11 Thread Sam
We are running dual HAProxy machines as our load balancers for our web application, with keepalived for failover. This is the 2nd time that both HAProxy instances have died in production with no indication as to why. The load on the servers at the time was extremely low. We routinely do MUCH

RE: Dual HAProxy SSL instances crashing together with no log messages

2013-11-11 Thread Lukas Tribus
Hi Sam, We are running dual HAProxy machines as our load balancers for our web application, with keepalived for failover.  This is the 2nd time that both HAProxy instances have died in production with no indication as to why. When this happens, do you always see both HAProxy instances

Haproxy SSL offloading to nginx backend web servers - need persistent connections

2013-11-11 Thread Chris
Hello everyone, I have a question concerning session persistence with offloading SSL via haproxy to backend nginx web servers running a PHP website. Basically, I have a configuration that is performing the SSL offloading successfully, however, it seems that session persistence is not working

Re: Dual HAProxy SSL instances crashing together with no log messages

2013-11-11 Thread Sam
Thank you for the response, Lukas. We are running dual HAProxy machines as our load balancers for our web application, with keepalived for failover. This is the 2nd time that both HAProxy instances have died in production with no indication as to why. When this happens, do you always

using haproxy with tcp as a router

2013-11-11 Thread Tim Prepscius
I'm wondering if I can use haproxy for my problem: Is it possible for haproxy to: 1. read the first line of a tcp connection 2. in that line will be an ID. 3a. use the ID to lookup in a mem db what server to forward the TCP connection to. 3b. use the ID to lookup in a mem db what server to

cant seem to compile haproxy with openssl 1.0.1e on centos

2013-11-11 Thread steve
Hey everyone, I downloaded and installed openssl 1.0.1e by simple config and set the prefix to usr.. I confirmed that running the command openssl version shows the right version. I then went to get the latest build of Haproxy via git and went to install it with this command. make

Re: cant seem to compile haproxy with openssl 1.0.1e on centos

2013-11-11 Thread Baptiste
Hi Steve, Please try the procedure below: download openssl library, untar it, go in the dir, then: $ export STATICLIBSSL=/tmp/staticlibssl $ ./config --prefix=$STATICLIBSSL no-shared $ make make install_sw Then compile HAProxy: $ make TARGET=linux26 USE_OPENSSL=1