Improving soft IRQs utilization with v1.7.9
@fsora wrote: Hello, Let me just start by saying thank you to Willy and all contributors. Haproxy has been a kick-a$$ solution for all our clients over the years. However, we’ve recently engaged a new...
View ArticleUse_backend if file exists
@Onichan wrote: We put our site into maintenance mode (no access) to do major upgrades, but have to take it out of maintenance mode to do sanity testing. The problem is users can hit the site and post...
View ArticleRemote control with socket/socat
@Onichan wrote: I’ve created this acl: acl in_maintenance always_false -u 1 And use it like this (yes, I know there are other ways to do it, there’s a reason for this): use_backend sorry if...
View ArticleBUG?: MaxSslRate doesn't reset like other counters
@stefws wrote: Where should one report possible bugs? MaxSslRate doesn’t seem to reset when doing a ‘clear counters all’ other counters in ‘show info’ HAproxy 1.7.9 and older version as well Posts: 1...
View ArticleHAProxy - Docker
@amirhd wrote: Hi, I am trying to figure out a way to see the logs using HAProxy. Every time I need to check the logs I need to get into specific folder using ssh and read those files. Is it possible...
View ArticleStrange timeout behavior during load testing
@cmendelson wrote: I’ve been doing some load testing in anticipation of our busy season. I’m able to push through 800 connections per second to a single backend without much problem. When I add...
View ArticleSend log level to syslog
@Bas wrote: Hello, We are currently sending our HAProxy logs to a syslog server using the “log” option of HAProxy. We use Logstash as our syslog server and it will send the logs to Elasticsearch which...
View ArticleLog more information, package destination
@dalu wrote: Hey guys, I’m working on a project for my Bachelor thesis and I am currently trying to understand how HAProxy works. For my project I’d like to log more information from HAProxy. My...
View ArticleStick table expire
@Bas wrote: Hello, We would like to know how the stick table expire works. If for example we set the expiry to 8 hours, what if a client connects again after 4 hours, would it still keep the record...
View ArticleWorking on localhost, not on Network
@jared.dembrun wrote: I have a basic haproxy running on my machine just trying to forward any traffic to a web server running on the same machine (port 9000). This works correctly on localhost, but...
View ArticleHTTP Client for Testing
@dalu wrote: Hey guys, Another post. I’m working on HAProxy for my Bachelor thesis and would like to get to know some nifty http-client tools that I can use to test my HAProxy and its settings...
View ArticleBackend regirep redirection
@wilnzi wrote: Hi, I have problem whith backend redirection. I’m want when user go to www.example.com, i give it the page located to www.example.com/new/new/ How can i make it ?? The current regirep...
View ArticleHaproxy 1.7.5-2 doesn't update http_req_count properly
@Gurvan wrote: Hi, I intend to use haproxy as a protection for slow DDoS attacks when thousands of IPs request a single URL, so I am testing it on a few docker containers. The setup is as follows : 2...
View ArticleHAProxy Fails to Start Ubuntu 16.04
@gpmacarthur wrote: I can’t seem to get my HAProxy to start, any ideas whats causing the problem? root@haproxy-www:/# service haproxy restart root@haproxy-www:/# service haproxy status haproxy.service...
View ArticleHaproxy segfault error 4 in libc-2.24
@crow123 wrote: Hello, I am running haproxy 1.7.9-1~bpo9+1 on debian 9.1. And after running a while with production data haproxy stops working wiith segmentation fault: haproxy[26291]: segfault at...
View ArticleSNI Routing - Session Counts Doubled
@MrBasset wrote: Hi, We recently deployed a change to our HAProxy configuration for a client that needed to handle multiple different SSL certs and behaviours over the same IP/Port combination. For...
View ArticleSSL Termination
@wilnzi wrote: Hi, I’m want to configure SSL Termination with version 1.6. I have the error but i don’t know where. I don’t know where can i see the log. Thanks in advance. My configuration file is :...
View ArticleWhy does enabling abortonclose result in an uptick of hrsp_5xx?
@mchesler wrote: We’re looking to enable option abortonclose so that our application behind HAProxy can see when a client aborts a connection. Turning the option on worked fine, but we noticed that it...
View ArticleSsl certificate verify on specific domain with SNI
@skasch wrote: Hi, i am on haproxy 1.7.5 (debian) and try to setup what is mentioned here: "how-to-set-ssl-verify-client-for-specific-domain-name" my haproxy is located behind a firewall and requests...
View ArticleUse haproxy with http2 backends and non http2 backends
@bend66 wrote: Hi, I have an haproxy configuration where one frontend redirects to multiple backend depending on the SNI. However I want to switch one of those backends to http2 and keep all the other...
View Article