medical device

2015-03-20 Thread formosa . lu
Yourmostprofessionalmedica=l-onlyB2Bwebsite =nbsp; www.FMHmedical.comBringingyourproductsinformationtotheworld!ThenewonlinetradingplatformFMHmedicalisthelargestandmostprofessionalmedicalamp; rehabilitationproductsinformation database,wherethemostrelevantbuyersbrowse

HAProxy and site failover

2015-03-20 Thread Brendan Kearney
hi, first time / long time... i am wondering if the ability exists in HAProxy to reply to a HTTP proxy request with a reset (RST) if no backend server is available. the scenario goes as such: i have a proxy pac file that assigns multiple proxies to all clients, and through the logic tree in the

Re: Attached: May you support me for this issue logs of HAProxy

2015-03-20 Thread Ramin K
Loads simpler to do the following: ## /etc/haproxy/haproxy.cfg global log /dev/log local0 notice ## /etc/rsyslog.d/49-haproxy.conf # Create an additional socket in haproxy's chroot in order # to allow logging via /dev/log to chroot'ed HAProxy processes $AddUnixListenSocket

sticky sessions with tcp mode

2015-03-20 Thread Richard.Bassler
I am having some issues with sticky sessions. The sessions are not sticking. I am using tcp mode with ssl. I have implemented the example out of the manual. The user is getting bounced back and forth between the two servers, which is causing issues in the application. Am I missing something?

Re: send/accept-proxy over unix socket not working

2015-03-20 Thread Dennis Jacobfeuerborn
On 18.03.2015 13:53, Baptiste wrote: On Wed, Mar 18, 2015 at 1:07 PM, Lukas Tribus luky...@hotmail.com wrote: Date: Wed, 18 Mar 2015 01:49:47 +0100 From: denni...@conversis.de To: luky...@hotmail.com; jarno.huusko...@uef.fi CC: haproxy@formilux.org

Re: send/accept-proxy over unix socket not working

2015-03-20 Thread Ha Quan Le
Dear Mr Jacobfeuerborn , I would like to appreciate, I am trying to follow your instructions our my system and will do the tests right away. What version of haproxy are you using ? (And what OS) ? HA-Proxy 1.5.11 and Ubuntu 14.04 with Postgres 9.3 You bet, Ha. - Original Message

Re: Checked: send/accept-proxy over unix socket not working

2015-03-20 Thread Ha Quan Le
And/or do you have chroot in haproxy.cfg ? Yes, may I send you our haproxy.cfg now global log /var/log local0 log /var/log local1 notice maxconn 45000 # Total Max Connections. This is dependent on your limit user haproxy group

OCSP stappling full support

2015-03-20 Thread Pierre Ozoux
Hi, HAProxy provides OCSP stapling since v1.5 and this is nice! Although, it is still difficult to setup compared to Apache or Nginx. I had to do this little script: https://wiki.mozilla.org/Talk:Security/Server_Side_TLS#OCSP_in_HAProxy It would be really nice if it was as easy as Apache and

Checked: send/accept-proxy over unix socket not working

2015-03-20 Thread Ha Quan Le
Dear Mr Jacobfeuerborn, May I reply to you, may you check What version of haproxy are you using ? (And what OS) ? HA-Proxy 1.5.11 and Ubuntu 14.04 with Postgres 9.3 Are you able to connect to the /var/lib/haproxy/test socket with netcat or socat ? And/or do you have chroot in

Re: Checked: send/accept-proxy over unix socket not working

2015-03-20 Thread Ha Quan Le
Good, local@PGSYNCTEST:~$ sudo /etc/init.d/haproxy restart [sudo] password for local: * Restarting haproxy haproxy [ALERT] 078/181429 (1600) : Starting frontend pgdbplatform_frontend_cluster01: cannot bind socket [0.0.0.0:5432] [fail] This is because Postgres occupied port 5432

Re: Attached: May you support me for this issue logs of HAProxy

2015-03-20 Thread Ha Quan Le
Dear Sir, I did create /var/lib/haproxy/var/log, and the same issue still remaining, Ha. - Original Message - From: Thrawn shell_layer-git...@yahoo.com.au To: haproxy@formilux.org Sent: Thursday, March 19, 2015 11:59:55 PM Subject: Re: Attached: May you support me for this

Re[4]: Checked: send/accept-proxy over unix socket not working

2015-03-20 Thread Ha Quan Le
Dear Mr Huuskonen, I would like to return the haproxy.cfg as it was, the error now is local@PGSYNCTEST:~$ sudo -u haproxy /etc/init.d/haproxy restart * Restarting haproxy haproxy [WARNING] 078/171401 (1267) : [/usr/local/sbin/haproxy.main()] Cannot raise FD limit to 90034. [ALERT]

Re: Checked: send/accept-proxy over unix socket not working

2015-03-20 Thread Jarno Huuskonen
Hi, On Fri, Mar 20, Ha Quan Le wrote: local@PGSYNCTEST:~$ sudo -u haproxy /etc/init.d/haproxy restart * Restarting haproxy haproxy [WARNING] 078/171401 (1267) : [/usr/local/sbin/haproxy.main()] Cannot raise FD limit to 90034. You're trying to start/restart haproxy as haproxy user (sudo

Re: Checked: send/accept-proxy over unix socket not working

2015-03-20 Thread Jarno Huuskonen
Hi, On Fri, Mar 20, Ha Quan Le wrote: global log /var/log local0 log /var/log local1 notice Are you sure that /var/log is a syslog socket ? Usually it's a directory so that's not going to work. http://cbonte.github.io/haproxy-dconv/configuration-1.5.html#4-log frontend

503 on alive backends, hanging processes on reload

2015-03-20 Thread Jeff Mitchell
I'm running haproxy 1.5.11-1ppa1~trusty from https://launchpad.net/~vbernat/+archive/ubuntu/haproxy-1.5 on Trusty (Ubuntu 14.04). It is a fairly basic configuration that mostly comes straight from the defaults: global log /dev/loglocal0 log /dev/loglocal1 notice chroot