Restart HAProxy with Puppet managed installation
@moscardo wrote: Hi, I am managing my HAProxy configurations through Puppet module and it seems that when there is a modification it sends a Notify[Service] which turns into “systemctl restart...
View ArticleCalling an url if the active server is down
@sali wrote: Hello, Is there any options to call an url (http) from ha-proxy config once it detects that the active server is down and before it starts serving backup servers? For example, I’m playing...
View ArticleStrip port in host header
@jazzl0ver wrote: Hi. What is the correct way to strip port number in host header? I have an acl: acl srv_all hdr_end(host) -i mydomain.com It obviously fails when the host header contains a port...
View ArticleRandom TCP Connection Failures
@HaUser17 wrote: Problem: I have two HA Proxy servers. One of them works fine with TCP pass-through traffic but the other will randomly fail ~1% of connections. The configuration is identical on both...
View ArticleIs Haproxy 2.0 default maxconn still enforced?
@m-a.leclercq wrote: Hi everyone ! Quick question : the facts We are running haproxy 1.8 for the moment and are thinking of upgrading to Haproxy 2.0.7 but something is bugging me regarding the default...
View ArticleStick table not working
@mario.almeida wrote: In frontend stick-table type ip size 2m expire 10m store http_req_rate(10m) http-request track-sc0 src and when I view the table it is empty. echo "show table https-g9" | socat...
View ArticleIncorrect logging
@KenynMacCormik wrote: Greetings, I’m using custom log format log-format "%ci:%cp [%tr] %ft %b/%s %TR/%Tw/%Tc/%Tr/%Ta %ST %B %CC %CS %tsc %ac/%fc/%bc/%sc/%rc %sq/%bq %hr %hs %{+Q}r" But for some...
View ArticleHAProxy 2.07 problems with Exchange Server 2016 and Outlook
@nlindq wrote: I’ve been working on setting up HAProxy as a Layer 7 NLB for our Microsoft Exchange 2016 cluster to replace a DNS round-robin (for internal) + firewall random DNAT (external)...
View ArticleHaproxy acl to block ips and host header
@aka wrote: Hi guys, I can’t get the following acls to work as intended. acl src1 src xx.xx.xx.xx/xx acl src1 src yy.yy.yy.yy/yy acl admin hdr_beg(host) -i admin acl adminservice hdr_beg(host) -i...
View ArticleProxy is disabled
@mario.almeida wrote: If I try to execute any change related command such as enable/disable/set I get message saying “Proxy is disabled.” Do I have to enable any parameter for this? Posts: 1...
View ArticleSticky sessions from IP:Port?
@quade wrote: Hi, we use haproxy with round robin on a few servers which works amazingly well However now we need to use it for tcp sessions from different ports basically, gps iot devices create...
View ArticleLoad balancing video streams
@dragec wrote: Hi. I want to set up haproxy which would load balance video streams. For example, backend endpoints are: http://someserver/video/stream1.ts http://otherserver/stream/stream1.ts The...
View ArticleServer timeout past 60 seconds?
@lowmips wrote: I have a backend with long running php scripts. Anything above 60s results in a 504 error. HAProxy v1.8.15 defaults mode http log global option httplog option dontlognull option...
View ArticleBehind haproxy cannot logon to e-mail
@bpd wrote: Hello, I’d appreciate some help because I’m stuck. I have a public IP, where behind haproxy i have two servers (VM-s). server1.mydomain.com nc.mydomain.com The problem that the I cannot...
View ArticleOpenVPN and multiple HTTPS sites?
@daggr wrote: (topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) Posts: 1 Participants: 1 Read full topic
View ArticleMultiple bind lines, how to check which one?
@GerMalaz wrote: frontend https bind *:443 ssl … server local 127.0.0.1:8080 send-proxy-v2 frontend http bind *:80 bind 127.0.0.1:8080 accept-proxy … in http, how to check how client connected? Using...
View ArticleBehind haproxy cannot logon to e-mail
@bpd wrote: Hello, I’d appreciate some help because I’m stuck. I have a public IP, where behind haproxy i have two servers (VM-s). server1.mydomain.com nc.mydomain.com The problem that the I cannot...
View ArticleNginx Web Server/Proxy Reverse under HAProxy for load balancer
@Juan wrote: Hi, our team is facing a new challenge to use Nginx Web Sever/ Proxy reverse under HA Proxy for load balancer. Nginx Proxy reverse will be for multiple endpoints. (…remember this last...
View ArticleImplementing Openvpn + haproxy or stunnel?
@Actionhenk wrote: Hi, Im a bit confused regarding use of haproxy with openvpn and/or stunnel and openvpn. Was reading up on using stunnel with openvpn. Then I found a few articles about haproxy doing...
View ArticlefrontEnd defination
@chmod1986 wrote: Hi, I have the following haproxy front and back end defined in production, haproxy is currently serving the traffic without having any issues. DNS for the application...
View Article