Server down, stop new requests
@mandevnull wrote: Hello, I need to configure haproxy so that if a server down haproxy do not send more tcp requests during the server is down (Automatically) Is it possible to do this? thank you so...
View ArticleStop/Start HAProxy 1.6.12 in RHEL7.2
@dvelan wrote: Hi,Can you please help for how to stop/start HAProxy as service in RHEL7.2 I am currently using "haproxy -f /etc/haproxy/haproxy.conf" to start, but what is the exact configuration to...
View ArticleHTTP Logging in HAProxy 1.6.2 on RHEL 7.2
@dvelan wrote: Dear,can you please guide me with exact configuration to enable http logging for front-end and back-end. global maxconn 2000 chroot /etc/haproxy log 127.0.0.1:514 local0 notice daemon...
View ArticleCustom display message when setting MAXCONN in front-end/Listen Block
@dvelan wrote: Team,by default, when setting "maxconn" in front-end/listen block, the further connection(> maxconn) is queued in Linux SYN BACKLOG , and connections are releases once the connected...
View ArticleReport health of TCP mode frontends to external health-checks
@mattiwei wrote: Dear all,I am struggling with a planned setup (yes, it could be done more elegantly, but the solution has to fit into an existing setup): haproxy in TCP mode, load-balances between...
View ArticlePer server rewriting
@valtjo wrote: Here's my case:I got 2 HTTP endpoints, example.com/hello and example1.com/prod/hello.I'd like company.com/hello to be load balanced between example.com and example1.com, but their paths...
View Article'info MaxSslRate' doesn't reset on 'clear counters all'
@stefws wrote: Whenever we on admin socket of our haproxy 1.7.4 (and also on earlier versions) run a 'clear counters all' then 'show info' doesn't seem to reset the value of MaxSslRate like for other...
View ArticleKeep Alive Behaviour Change Since 1.7.6
@mattmonkey wrote: Hi, We've noticed a strange change in keep alive behaviour since version 1.7.6 - Connections are being held open until timeout client is met. The request is served to the client in...
View ArticleOveride defaults
@isa wrote: Hello Everyone So I have a basic question. Can the value in defaults be overwritten in the backend or frontend? My problem is I have a new app which needs a longer client/server timeout...
View Article2 frontends SSL over HTTP and TCP?
@mandevnull wrote: Hello, can i use 2 frontends configured with ssl but one frontend in tcp mode and the other in http mode? In the same port (443) I try this: frontend http-in mode http bind...
View ArticleHAProxy won't start properly
@jmyoda79 wrote: I'm trying to test HAPRoxy to see if it would work well for a project ... however I can't seem to get it to start properly and I'm not entirely sure where I'm going wrong. I'm running...
View ArticleHAProxy + Squid + NTLM = Not Working! Help!
@gianfcn wrote: Hello Sharks, I have the folow scenario: [ Client ] ----------> [ HaProxy ] ----------> [ Squid1 ] or [ Squid2 ] Using NTLM Authentication in both Squid. All workin fine excepts...
View ArticleRemoving a Cookie value using regex
@sbonar wrote: I am trying to remove a cookie value by using the following: http-request replace-header Cookie (;?\ ?sessionid=[^;];?\ ?)(.|\r\n) \2 If I have read the docs correctly this will find...
View ArticleHAPROXY Stats page for monitoring unrelated Servers
@rtan wrote: Hi, Would it be practical to add a few back-ends with servers without using them, just for plain checking the status of http or other service availability monitoring. Please advise....
View ArticleSSL Configuration for HAProxy 1.6.12
@dvelan wrote: Hi,I need an assistance to configure the SSL properly in HAProxy 1.6.12, I am aiming to use HTTPS between browser and HAProxy, from HAProxy to backend, it will be HTTP. I loaded the...
View ArticleHaproxy and Odoo
@damendieta wrote: Hi, I'm using haproxy for a Odoo instalation, it is based on docker and I have 3 containers, one for the database, one for odoo and one for hapoxy. I'm receiving this error:...
View ArticleL6RSP health-check error on the SSL-backend
@nick.t wrote: Hello all.I'm using HA-Proxy version 1.7.6 and trying to setup some sites with SSL on the IIS web-server behind the HAProxy. My config is below frontend https-frontend bind...
View ArticleError while Installing Hapoxy 1.7 on Debian 8
@Matthieu_HPP wrote: HI, I do not manage to install Hapoxy 1.7 on Debian 8. I followed the instructions give by https://haproxy.debian.net for the stable version Here is the error message obtained on...
View ArticleSession state SDNN + http status code 200 when upgrading to 1.7
@issuu wrote: Hi, We are seeing some weird behaviour after upgrading to HaProxy 1.7 (we have tried 1.7.5, 1.7.6 and 1.7.7) Our backends are using NodeJs 6 and what happens is that we get log lines...
View ArticleError redirect http to https
@efcunha wrote: The following errors are happening: 01-https://www.xxx.com.br/ 502 Bad GatewayThe server returned an invalid or incomplete response. Jul 4 10:48:02 localhost haproxy [1066]:...
View Article