Managing backend server deployment / restarts at runtime?
@kr428 wrote: Folks;apologies if this is a very basic question: We use docker containers to provide HTTP services which are fronted by haproxy. Right now, we know there are four "instances" living...
View ArticleHtop shows >100% for a single-threaded application
@mele wrote: Specs:Haproxy 1.7.2. running on CentOS7, Intel(R) Xeon(R) CPU E5-2650 v3 @ 2.30GHz.Haproxy frontend has ~1200 sessions per second. My question: I have haproxy 1.7.2 running on CentOS7...
View ArticleWhy the HAProxy don't is logging the connections
@thiago.daconceicao wrote: How I do to HAProxy starts to logging msg in syslog or another file?I would like to know the origins of the connections and how this data traffic is being handled I'm using...
View ArticleFtp transfert in active mode
@Washu wrote: Dear all, I hav'got some issues with active ftp transfert through HAProxy. You can find my configuration bellow.Please note that i've no iptable or firewall behind the client the haproxy...
View ArticleHTTPS SNI on non-standard port not sending to correct backend
@iha wrote: I'm new to HAProxy, and have a basic setup running on port 80 and port 443. The frontend on port 443 is looking at the host and sending the traffic to the correct backend based on that....
View ArticleSource IP address NAT vs X-Forwarded-For
@Cogumelos wrote: Hi All, I'm currently using AWS LB without any option to iptables connection rate on the LB or Web-Servers.In HAProxy it's mandatory use the X-Forward-For option or can I use simple...
View ArticleCan't build with USE_OPENSSL
@ItsIllak wrote: Very new to HAProxy (moving over from a simple rewrite/proxy based Apache. I'm setting it up in a pretty restricted environment (e.g. I don't have package access and more). I need it...
View ArticleConfigure haproxy/keepalive to use name in uri
@cesarjorgemartinez wrote: I'm a begginer with haproxy/keepalived. I got a basic configuration with two server app and two loadbalancer with haproxy and keepalived. In app servers I have app as...
View ArticleHA Prox and App Server on the same servers
@nando63 wrote: Is it possible to run a pair of HA proxy and app servers on the same two servers you are load balancing the application? Posts: 1 Participants: 1 Read full topic
View ArticleHAProxy Statics
@server wrote: Hello All, I have configure my Haproxy on two Magento servers on APACHE and it balancing perfect. But in Haproxy statistics i was noticed that my first backend server shows down time...
View ArticleHAProxy "slow query" log
@ivanilves wrote: Dear HAProxy pros, Do you know if it's possible to log only HTTP requests taking more than X time to complete?I run a big HAProxy site and if I enable all HTTP request logging, I got...
View ArticleAcl not matching if using url_dec
@sforsyt wrote: Hi, Trying to make ACL rules to match common script kiddie scans, which go through a variety of similar urls.given urls like /phpmyadmin/setup.php /myadmin/scripts/setup.php This works...
View ArticleRule using even/odd from uri query parameter
@tiagocruz wrote: Hello! I would like to set some rules about query parameter URL, based on odd/even for example: $ curl -I 'localhost:10001/test/?id=1' # use one backend $ curl -I...
View ArticleHAProxy SSL offloading/termination
@antnappi wrote: Hello everyone, I'm trying to setup HAProxy with SSL offloading/termination.Basically I have HAProxy in front of a Docker Container where is running WebLogic. This is my configuration...
View ArticleHA Proxy and Nextcloud
@astradslme wrote: Hi Guys, I have three identical Nextcloud servers in operation. A haproxy takes the round robin. In principle everything works, but only almost. When im surfing the proxy, im...
View ArticleHttps to external server don't works
@jokstation wrote: Hello.I have an HAProxy instance running on a pfsense machine, and three IIS 8 servers. two of this IIS servers are running on the same network of the internal LAN address of the...
View ArticleHAproxy 1.7 stick table based on cookies
@darkelf wrote: Hi! Could you please point me how to make stick table based on cookie in 1.7 version?Internet have a lot of examples but mainly for 1.5 version and it not compatible. Posts: 1...
View ArticleNew server in Round Robin getting in requests but no connections out
@skovarik wrote: I have a new server that I put into Round Robin for http media requests for Wowza servers. My setup for the haproxy.conf file is listed below. Is it possible that no new requests...
View ArticleHow to avoid HAProxy restart on node faliure
@pvibhuti wrote: Hi All, we are running HAProxy on ubuntu 14.04 system with two MQTT broker. When one of the MQTT node fail, HAProxy is getting restarted(paho client is getting disconnected). We do...
View ArticleHaproxy with keepalived - vip starts on both centos 7 servers
@bears wrote: Hello, I am trying to configure haproxy with keepalived. I followed this guide https://www.certdepot.net/rhel7-configure-high-available-load-balancer/ I have haproxy running on both...
View Article