How to effectively manage long redirect lists
@jurgenhaas wrote: We are migrating a range of webservers into a new farm which will have HaProxy at the front door to route all the traffic inside the farm properly. We already know how to do that as...
View ArticleParameters: retreis , timeout connect
@amir wrote: Hi, I have backend HTTPs server. I configured “retries” to 6 and "timeout connect " to 15000ms . i wanted to check that haproxy behavior works according the values of “retreis” , "timeout...
View ArticleSpecified Backend Logging
@Jinbakrdi wrote: Hi all! I am working with HAProxy and have recently implemented http logging. I am now looking to see if it is possible to implement logging (at all levels: INFO, WARN, etc) only for...
View ArticleFix HTTP2 Cookies
@adrianw wrote: HAProxy 1.8 currently does not concatinate headers so when multiple Cookie headers are sent to a HTTP/1.1 backend it can break. By default Chrome and Firefox will split the cookie...
View Article"fe_conn gt 20" with stick-table
@kiwifruktish wrote: Wanted to ask if stick-table still applys if a user ends up on a “backup backend” if limited is reached for a acl at a specific time. Lets say a user gets connected to prod_backup...
View ArticleBypass maintenance page
@max wrote: Hello there! I’m looking for a way to bypass the maintenance page on a backend (when all servers are in maintenance mode). The solution we found is using force-persist but it doesn’t work...
View ArticleSetting up HAProxy
@BananaLolzerz wrote: I am new to HAProxy and I am trying to get HAProxy setup in a network like this: F2N9d3M.png829x491 8.66 KB It would be HAProxy pointing to multiple servers that are running...
View ArticleModifying rdp-cookie OR persistent stick-tables?
@match wrote: Hi, I’m currently playing around with rdp-cookie load-balancing, and as far as I can tell, there are 2 ways to do it: balance rdp-cookie This works great - except the problem is that...
View Article400 redirect https to http force haproxy to stay on https
@Liquideshark wrote: Hi, Il have à simple configuration with two server attention the bâckend. I also have https configure. The thing is on my authentification page after validation the https...
View ArticleHAProxy 1.8 Officially Released :confetti_ball: :fireworks:
@sam wrote: HAProxy version 1.8 is now officially released! see: https://www.mail-archive.com/haproxy@formilux.org/msg28004.html high level overview of the new features contributed to 1.8 (warning,...
View ArticleForce Sticky session on HaProxy
@DevendraJoshi wrote: Hi, Is anybody configured Force Sticky session in Haproxy (with JSESSIONID). I am using following things Centos 6.4 Apache 2.2 Jboss 4.0 ModJK and HaProxy 1.6.12 also check...
View Articlecrossdomain in HAProxy
@maksim_si wrote: Hi! Can I redirect request from client on the local directory(server) via haproxy? For example: If user send request - crossdomain.xm I am redirect its on the directory...
View ArticleCustom load balancing
@Sunil wrote: Hi, I am using HAProxy for load balancing my HTTP requests. I would like to know if there is any way to customize the selection of backend server based on the responses returned by each...
View ArticleHAProxy Container Setup
@BananaLolzerz wrote: So I have read the documentation but honestly without seeing an actual example of a config I am really having a hard time getting my head wrapped around this. I have the...
View ArticleGetting TLS certificates with Letsencrypt and HAProxy
@cirowrc wrote: Hey, last week I wanted to test the new HTTP2 functionality in 1.8-rc3 and then end up writing the steps I took to have TLS with HAProxy starting from a bare Ubuntu 17.04 instance....
View ArticleAB testing cookie infinite duration/maxlife
@azr wrote: Howdy ! I have some ab test behind some haproxies ( in kubernetes ). I’d like to store SERVERID into session so that someone that does not clear his/her cookies always gets redirected to...
View ArticleRoute by domain name not working
@asche wrote: hello, routing by domain name ist not workin in my setup. when i connect from a client with the command mysql -htest-db2.example.com -uxxx -pxxx i get every time connected to server db1...
View ArticleSquid through HAProxy
@ludal wrote: Hi everyone, I would like to use HAProxy in front of squid, via a specific domain, but still keeping HAProxy for SSL offloading and “basic” load balancing. So both my proxy and my...
View ArticleHAProxy - NGinx - Wordpress (SSL)
@soume86 wrote: Hi, I am replacing httpd by Nginx on my platform (httpd, Nginx and wordpress), but I have a problem blocking. My architecture is as follows: INTERNET --------https------> HAPROXY...
View ArticleV1.8 balance source only 1 backend server gets traffic
@elderone1 wrote: Hi, seems like Haproxy v1.8 does not distribute load to more than 1 backend server with “balance source” and default map-based hash-type. Consistent hash-type works ok however…...
View Article