HAProxy Losing Connection to Windows Server
@jbuk wrote: Hi, I’m running haproxy 1.5.18 on CentOS and it is load balancing a couple of Windows Server 2016 machines. I’m hitting an issue whereby if I try and run a vulnerability scan e.g. from...
View ArticleCan HAProxy do this?
@TSupport wrote: Hi, We were trying to setup nginx for a reverse proxy for our network, but in my searching for answers to a problem I have been told that HAProxy would be the better tool. What we are...
View ArticlePoor man's stickiness
@simonuk1 wrote: We have an application that isnt stateless, but i still want to have some spreading of the load. It has web and app servers behind web and app haproxy clusters. I was going to load /...
View ArticleConnection refused
@Gianfranco wrote: Goodmorning everyone. I have a problem with a machine behind a proxy configured with haproxy. In the haproxy I configured that http://example.com make a redirect to...
View ArticleSource directive based on outgoing family
@crisrodrigues wrote: Hi, Does anybody knows if it’s possible to emit multiple “source” (for source IP binding) directives and have it used based on the outgoing family? So we’d have: source...
View ArticleInstllaltion failover
@sbcsuman wrote: Hi Team, I want HAproxy with failover(distributed) nodes. could you please give me steps. Posts: 3 Participants: 2 Read full topic
View ArticleLogformat difference between %t and %trl
@rhada wrote: Hello, we are encountering some sorting issue with our haproxy logs. Actually we are using this logformat line : log-format %ci:%cp\ [%trl]\ %f\ %b/%s\ %Tq/%Tw/%Tc/%Tr/%Tt\ %ST\ %B\ %CC\...
View ArticleTcp-connect with set-mark
@crisrodrigues wrote: Hi, We use http-request set-mark directive to add a mark to inform routing decisions. But now we’re trying to check backend connections with the following: defaults option...
View Article100+ haproxy processes
@kotarusv wrote: Hi We recently started seeing 100+ haproxy processes running. This is quite surprise and never saw this behaviour in the past. wondering what might caused this behaviour? $ ps -ef |...
View ArticleBind dynamic option for Linux
@mathieuh wrote: I’m trying to find a way to have HAProxy automatically bind to an address when the address is added to an interface by the system. I want HAProxy to listen to all the addresses of an...
View ArticleSticky tables during HAProxy reloadf
@JensVanDeynse wrote: Hello I work in a company in which we use HAProxy for all our loadbalancing; frontend but also between application servers and replicated database servers. It’s with the latter...
View ArticleDate_us() in 1.9 and leading zeros
@bick wrote: So I’ve been trying to take advantage of the higher precision timestamps in 1.9 for both our newrelic instumentation header, and our log timestamps. I did something like this: log-format...
View ArticleShow map & contents in admin socket
@ykiran_k wrote: Hi, i have a map in this format /etc/haproxy/path_app.map /abcd/ App1 /efgh/ App2 when i run this command, I am not able to see list of available maps. There is only 1 map reference...
View ArticleHaproxy & CloudFlare & Cf-Connecting-Ip
@santory wrote: Hello I use Claudofler before loading Blancher Haproxy. I would like to add a x-local header if the client IP was on a specific list. It should be noted that the headers come from the...
View ArticleHttp health check issue
@swapnilm wrote: I am a newbee to HAProxy world. I am testing HAProxy as Reverse Proxy(RP) as well as Load Balancer(LB) for our internal software environment. Please note that before posting this...
View ArticleNewbie setting up a not to easy proxy
@macmattias wrote: This is my config: https://pastebin.com/PQ4w1DNc And this is the errors I get… https://pastebin.com/nA3ZKsg5 It is mostly the no such ACL errors that I don’t grasp. There are...
View ArticleSo HAProxy is working but nots me backends
@macmattias wrote: Heres my config file: https://pastebin.com/S6mvfMrE http/s backends work but none of the ones that point to other servers. Why not? Posts: 1 Participants: 1 Read full topic
View ArticleOne host not using SSL
@TSupport wrote: Hi, I have HAProxy setup with our exchange server and then one website behind working well all with letsencrypt ssl’s. I have tried to add another web host which does connect, but the...
View ArticleHAProxy with PostgreSQL for Transparent IP
@jobinau wrote: I have HAProxy configuration like : listen master bind *:5000 option httpchk OPTIONS /master http-check expect status 200 default-server inter 3s fall 3 rise 2 on-marked-down...
View ArticleHaproxy remove cookie request
@Mbart wrote: Hello, I’m wuold like use haproxy in front of my IIS application ASP.net, which is in intranet. My public dns must be change from www.myapp.com to myapp.intra.net so I’m using...
View Article