Appending path and redirecting URL
@bmf7777 wrote: i’m using haproxy 1.8…working well with termination and pass-through…i’m trying to no avail to add location servers with path name appended e.g. below is a front-end and back-end that...
View ArticleAppending a path and redirecting URL
@bmf7777 wrote: I’m using haproxy 1.8…working well with termination and pass-through…i’m trying to no avail to add additional servers with a path name appended e.g. below is a front-end and back-end...
View ArticleLocal server error 503 service unavailable
@bmf7777 wrote: i’m using haproxy 1.8.8-1ubuntu0.4. all is working well except (see configuration below) the following https://foobar-dns.ddns.net which continues to forward to...
View ArticleHelp using url parameter to selection server backend
@bmf7777 wrote: i’m using HA-Proxy version 1.8.8-1ubuntu0.4 2019/01/24 … config file is working, i want to add the capability to select a server based on a url parameter e.g....
View ArticleUse-server acl urlp test not working
@bmf7777 wrote: using HA-Proxy version 1.8.8-1ubuntu0.4 2019/01/24 the following backend tests for a url query and selects server … however none of the tests work and the default is always selected...
View ArticleConfig from Pfsense?
@SmoothRunnings wrote: I wonder if its possible to use the config file from Haproxy 1.7.11_1 on the latest pfsense on 1.8.x of HAProxy or can someone recommend a good opensource GUI to allow me to...
View ArticleBackend redirect to s3 url of single static file (trailing slash issue)
@pyrogoth wrote: Hi there, I’m really struggling to find an answer to this on the forums - there’s a few answers that are close to what I’m looking for but nothing has worked so far! So, basically I...
View ArticleHAproxy returns 408 or 504 error when timeout client value is every 25d
@amiee wrote: Hello, I am using HAproxy with version 1.5.18. There is a weird pattern for timeout client value which cause HAproxy works or return 408/504 error when added it to the fronted section....
View ArticleMultiple Users Stats Page
@c1s wrote: Need to have an admin user and a non admin user for a display board. This is to allow a team to view current load balancer/node status. Is this possible? Posts: 1 Participants: 1 Read full...
View ArticleProxy return 503 Service Unavailable. BUT! Disable health check its Working!
@williamchiew wrote: Hi all, Need help here. Currently I’m using HAProxy version 1.5.18, as load balancing for my two server, and each server there are three tomcat, Tomcat1(version 8),...
View ArticleHAProxy for handling DMZ connections to multiple servers in LAN
@Brizoo wrote: Hi community, I’m trying to build an HAProxy setup to make available some LAN Servers from external. The majority is HTTP/HTTPS ports to forward but I also have some TCP ports to...
View ArticleUsing cookies for ACL
@wontbeherelong wrote: First, apologies if I’m being a fool but am new to HAproxy. I’m using it in PFsense as a reverse proxy and want an ACL that checks for the presence of a cookie, and only...
View ArticleMultiple HAProxy Process During HAProxy Reload
@kfoozminus wrote: We are reloading HAProxy by the following command in our program (doing exec in Go): haproxy -f /etc/haproxy/haproxy.cfg -p /var/run/haproxy.pid -x /var/run/haproxy.sock -sf...
View ArticleFails to start haproxy
@SunnyLo wrote: Here is my config file listen minecraft bind :25565 mode tcp balance leastconn option tcp-check server minecraft1 example.com:25570 send-proxy But it fails to start with this error...
View ArticleChained HA Proxy with delayed ACK Issue
@praveenkumar.2608 wrote: Hi, I have a haproxy setup as follow: Client --> Haproxy (LOCATION A)------> HAProxy(LOCATION B)----> Server. I am uploading a file to the server, once the upload is...
View ArticleHAProxy select server based on url path not working
@bmf7777 wrote: i have a working configuration (HA-Proxy version 1.8.8-1ubuntu0.4 2019/01/24) and i’ve been trying every conceivable technique to use the path after the domain to select a specific...
View ArticleHAProxy to Nginx
@arashad wrote: Hello, I currently use haproxy 1.5.18 that has a backend of two servers running Nginx listening on port 80 & 443 and i’m trying to drop haproxy but every time i try it i get...
View ArticleCheck duration burst to 1000 (ms)
@liuzhenasdfa wrote: we use haproxy before redis, listen 22001 bind :22001 balance roundrobin maxconn 16384 server 1 10.18.8.14:1041 check which enables check. mostly the check works fine, but...
View Article404 not found requested route does not or 502 bad gateway
@mysticalunicorn wrote: Trying to use haproxy to balance requests to a few urls in aws cloud from inside our business network. I keep getting 404 not found for the host IP where haproxy is running if...
View ArticleRestarting HAProxy systemd service from bash gives wrong return code
@Cyberfusion wrote: I have a few HAProxy installs and some scripts to automate stuff. When I restart HAProxy manually, everything is ok: root@hapxtest:~# systemctl restart haproxy root@hapxtest:~#...
View Article