search for: leastconn

Displaying 6 results from an estimated 6 matches for "leastconn".

2017 Oct 26
2
haproxy ssl support
...o one wouldn't have to use disable_plaintext_auth on a production environment. --- haproxy.cfg frontend pop3 bind [::]:110 v4v6 bind [::]:995 v4v6 ssl crt /etc/pki/tls/private/haproxy.pem mode tcp default_backend pop3 backend pop3 mode tcp balance leastconn stick store-request src stick-table type ip size 200k expire 30m timeout connect 5000 timeout server 50000 server proxy1 [2001:db8::11]:10110 send-proxy-v2-ssl server proxy2 [2001:db8::22]:10110 send-proxy-v2-ssl --- --- dovecot.conf haproxy_trusted_networks = [2001:...
2017 Oct 26
1
haproxy ssl support
...>> >> --- haproxy.cfg >> frontend pop3 >> bind [::]:110 v4v6 >> bind [::]:995 v4v6 ssl crt /etc/pki/tls/private/haproxy.pem >> mode tcp >> default_backend pop3 >> backend pop3 >> mode tcp >> balance leastconn >> stick store-request src >> stick-table type ip size 200k expire 30m >> timeout connect 5000 >> timeout server 50000 >> server proxy1 [2001:db8::11]:10110 send-proxy-v2-ssl >> server proxy2 [2001:db8::22]:10110 send-proxy-v2-ssl >&gt...
2017 Oct 26
0
haproxy ssl support
...> on a production environment. > > --- haproxy.cfg > frontend pop3 > bind [::]:110 v4v6 > bind [::]:995 v4v6 ssl crt /etc/pki/tls/private/haproxy.pem > mode tcp > default_backend pop3 > backend pop3 > mode tcp > balance leastconn > stick store-request src > stick-table type ip size 200k expire 30m > timeout connect 5000 > timeout server 50000 > server proxy1 [2001:db8::11]:10110 send-proxy-v2-ssl > server proxy2 [2001:db8::22]:10110 send-proxy-v2-ssl > --- > > --- d...
2014 Sep 25
1
Realtime ERROR
Hi Guys, I have recently moved my database servers to a different database cluster that runs on haproxy. Every minute or so I get the following error in asterisk MySQL RealTime: Ping failed (2006). Trying an explicit reconnect The strange thing is if I do realtime mysql status It shows as connected just the timer resets. Any idea why this is occurring? -------------- next
2015 Oct 13
1
Dovecot - Postfix with HAproxy
...nt 1m timeout connect 5s no option http-server-close mode tcp option smtpchk option tcplog server tst tst.xxx:10465 send-proxy server tst2 tst2.xxx:10465 send-proxy server tst3 tst3.xxx:10465 send-proxy #dovecot listen imap bind mail.xxx.xx:993 timeout client 1m no option http-server-close balance leastconn stick store-request src stick-table type ip size 200k expire 30m mode tcp option tcplog server tst tst.xxx:10993 send-proxy-v2 server tst2tst2.xxx:10993 send-proxy-v2 server tst3 tst3.xxx:10993 send-proxy-v2 ##POSTFIX postix main.cf #Haproxy proxy protocol postscreen_upstream_proxy_protocol = hap...
2010 Dec 01
14
Unicorn and HAProxy, 500 Internal errors after checks
Hi, This morning, while checking for a correct deployment, we found out that the Unicorns we are using were sending 500 Internal errors very frequently to the HAProxy that sits in front of them. After some investigation, It turned out that HAProxy checks the backend by opening and closing a connection to the unicorn. Unfortunately the Unicorns we use ( v 0.990.0 ) will try to reply to this probe