Config for clustering
@faryspeed wrote: hi everyone i planing to use clustering for my websites . my goal is give my clients best ping in 2 countries . so i rent 2 dedicated servers in each country and i will setup...
View ArticleRedirect with query strings
@mchase wrote: I am running haproxy 1.8.9 and have a need to redirect a url with single sign on query strings. Each member has a unique query string. The config I have now works great with a single...
View ArticleHow to get integrated request body
@kevin_zhu wrote: Hi everyone, I wanna known, how can i get the integrated req body first, then decide drop it or forwarding it to bakcend. Thanks for any answers. Regards. Kevin Zhu Posts: 1...
View ArticleHow to receive source IP address?
@xohox wrote: Hello. Please tell me. I use a proxy for load balancing (tcp mode, not http) want to initial TCP connection data, including the source IP address, destination IP address and port number,...
View ArticleHAproxy configuration
@miroslav wrote: Hi, I am facing problem to setup HAproxy when it is needed for different directories in URL to reach different backend systems. So, what is needed is when enter www.evaplus.com/drs...
View ArticleHaproxy1.6 modify response body by Lua problem
@cnzzr wrote: Ubuntu 14 Server with Hparoxy 1.6 My problem is when response’s body size just 505 then browser return ERR_EMPTY_RESPONSE but when response’s body size big then 2877 return OK. [WARNING]...
View ArticleConfiguration help for haproxy 1.8.9
@mouseskowitz wrote: I thought I had my configuration mostly working, but now I’m having issues. I’m running haproxy 1.8.9 on CentOS 7.5. server4 is NextCloud on CentOS 7.5. It was working and then...
View ArticleHAproxy for onlyoffice Virtual path
@Danil wrote: Here is examples for nginx and apache, but I need for haproxy https://helpcenter.onlyoffice.com/server/document/document-server-proxy.aspx My haproxy.cfg global maxconn 16384...
View ArticleHow to analyse SNI support by client base
@jurgenhaas wrote: We are using HaProxy in front of a webserver farm for many different domains which are all delivered over HTTPS, HaProxy is running in http mode. As we started many years ago where...
View ArticleRoute http-request based on destination IP
@raaj4smile wrote: Hi, Our application makes internal calls to multiple domains and subdomains. The domain names are resolved ( from /etc/hosts file within application servers) by multiple load...
View ArticleHaproxy uses a lot of memory with many backend servers
@ceecko wrote: Running haproxy with just a single backend with many servers uses considerable amount of memory without any traffic. The following config makes haproxy use 400MB of memory: backend bk...
View ArticleHAProxy redirects when it should not
@tamal wrote: Hi, I have the following haproxy config where I don’t want to redirect from http to https for /.well-known/acme-challenge/. But for all other paths I want to redirect from http to https....
View ArticleHow to check all haproxy slave processes are ready after startup
@coolhongly wrote: Hi, We are using haproxy for SSL offloading. We use master-slave mode and nbproc is set to 8. All 8 slave processes forward HTTP requests to the same backend. My question is, after...
View ArticleHaproxy deterministic persistence cookie
@ajurna wrote: i have two servers that i want to balance. i want to use a consistent hashing method to balance them accross both servers. if one server goes down i want all customers on this server to...
View ArticleUrl based routing
@harneet463 wrote: Hello All, Greetings ! I have a very basic setup and am trying to use haproxy as reverse proxy to route requests to different servers based on my urls. global log 127.0.0.1 local2...
View ArticleHAProxy downtime until the IP is moved
@moscardo wrote: Hi, I know that this is rather a keepalived question, but I am just wondering how you guys are dealing with this. I have the two instances checking for haproxy process every second...
View ArticleHAPROXY 1.8.9 compled with USE_SYSTEMD=1 make h2 bad request
@rickei wrote: Hi All, I’ve build haproxy 1.8.9 in centos 7.5.1804 make TARGET=linux2628 ARC=x86_64 USE_PCRE=1 USE_OPENSSL=1 USE_ZLIB=1 USE_SYSTEMD=1 USE_CRYPT_H=1 USE_LIBCRYPT=1 in my harpoxy.cfg...
View ArticleHAProxy for VMWare Horizon Connection servers
@moscardo wrote: Hi, I would like to run the 2 Horizon connection servers behind the LB, but as far as I know, only source balance algorithm will do the job, since I have to authenticate and there is...
View ArticleTcp proxy not working
@getmesmerized wrote: Following is the configuration for the proxy (IPs in logs modified for privacy): global log /dev/log local0 log /dev/log local1 notice chroot /var/lib/haproxy #stats timeout 30s...
View ArticleStats and multiprocessing + multithreading in same time
@arash wrote: Hello Im using Haproxy with both nbproc and nbthread. this is my configuration : nbproc 6 nbthread 8 cpu-map auto:1/1-8 0-7 cpu-map auto:2/1-8 8-15 cpu-map auto:3/1-8 16-23 cpu-map...
View Article