Urlp(room) -f file
I have a file with this content room1 room2 room3 I would like to use this acl aclKey urlp(room) -f /file/path/text.key for use_backend but it’s not working. Any solution for this ? 5 posts - 2...
View ArticleWHM planning loadblance
Hello I try planing to make configuration for load balance for my whm cpanel server has about 500 websites I tried make lb1 for whm1 and whm2 is work only for http not https So there are many ports...
View ArticleHow to configure grpc with ssl?
I have used below configuration to configure grpc with ssl in haproxy.cfg. Still not able to request grpc service with ssl. Client gives error “14 UNAVAILABLE: failed to connect to all addresses”....
View ArticleHaproxy + nginx rtmp module
I saw this post[1] I wondered if it is possible to send send-proxy-v2 in this tcp mode to the backend? When I configure nginx without the proxy_protocol and haproxy without send-proxy-v2. The client...
View ArticleHaproxy auto scaling in 'server name' vs '#server-template name 5'
If I have a backend configuration like this server name _httppr._rtmp.stream.dev._tcp.marathon.mesos And scale this task to multiple instances the stats keeps showing just one line for this server in...
View ArticleStick url to backend server testing with etherpad
I am testing a bit with etherpad. You can create a simple collaboration notepad, by generating a unique string at the end of the url, like this: group1 is using Riseup Pad group2 is using Riseup Pad...
View ArticleFeature request: better usability maps
on cfg reload, before reload, save the map when you use a map in the config, it is allowed to have a empty file. Why not just work with no file? Especially when it is not saved anyway now, it does not...
View ArticleGet url of rtmp://st.example.com/live/test possible?
Is there a possibility to identify the ‘path’ of an rtmp request? So you can use something like this http-request … if { path /live/ } 3 posts - 2 participants Read full topic
View ArticleRemove www from request
If I use https://domain.com is working, but if I use https://www.domain.com is using different certificate at this time the last. How to make rules for all hosts if request is https://www.domain.com...
View ArticleRedirect Help to a subdomain
We are moving our news articles from our main web site to a new blog sub domain. I’m trying to get the redirection to work in HAProxy, but having some issues. I’m running 1.5 on a CentOS 7 server....
View ArticleACL and 401 Question
I have an ACL that works fine: acl broadcast hdr(host) -i bcast.mydomain.us Now I need this ACL to work (or something similar): acl broadcastphp path -i -m end /save.php use_backend bcast1 if...
View ArticleHaproxy public IP failover (1x public IP > 3x haproxy web servers)
Hello everyone, Please I am beginner with haproxy and i would like to ask and clarify if haproxy is capable manipulate with linux IP addresses (exactly i mean in case of server who has set public IP...
View ArticleRedurect url to lowercase
Hello. How to redirect in haproxy url like www.example.com/tESt → www.example.com/test. As I can see only regsub can help me? 1 post - 1 participant Read full topic
View ArticleHow to limit the number of password checks?
Hello. i use haproxy to balance rdp connections Can I use haproxy to limit the number of password checks? Maybe there is some parameter indicating this? This is not brute-force, password checks occur...
View ArticleNeed help with multiple domains, one public IP
Hi, everyone. I’m new here so pardon me if I’m missing any rules. I need help with my haproxy configuration. I should say I’m also brand new to haproxy so my knowledge gaps will likely be obvious to...
View ArticleOption prefer-last-server
Hello We are looking to use haproxy with kerberos authentication and after seeing intermittent failures, have enabled option prefer-last-server. We also have very large number of apps behind a NAT...
View ArticleHaproxy slowing down after several days of uptime
Summary of issue: After several days of run-time, say 5… the haproxy service starts to slow down in ways not easily detected. By that I mean, that system load average is typical, system memory has...
View ArticleAppend or Strip path to individual server in backend
Hello All, First, a thank you for taking the time I would like to add/remove a path /somepath in the backend for just one server where there are two servers LB. Let me give you an example. In the...
View ArticleCheck usage of ssl.cachesize
Hello, With tune.ssl.cachesize is it possible to set the size of the global SSL session cache, but how I can check clearly the usage of that cache? Thanks, 1 post - 1 participant Read full topic
View Article400 Bad request when enabling HTTP/2
Hi all, Basically I want to enable http/2 protocol on my HAproxy. I successfully upgraded from v1.7.5 to v1.8.28 and as per examples added alpn h2,http/1.1 to my bind where ssl crt already was like so...
View Article