Routing by domain
@huypv.w wrote: Hi, my server have 2 apps are running at port 3000 and 3001. I want to use 2 domain to point to these apps. Here is my config: frontend Local_Server bind *:80 mode http acl app2_req...
View ArticleStick session bases on cookie
@amod wrote: Hi, I am using cookie based session stickiness for out HAProxy config. We have 2 backend servers serving application request. Since we don’t use session replication, we want that request...
View ArticleDelete all headers
@watcher666 wrote: Hello How can I delete all but specific headers? So deletes only by name http-request del-header Host That’s not working http-request del-header ^* Posts: 1 Participants: 1 Read...
View ArticleDoes HAproxy Work Internally?
@paul1 wrote: Hi again, I recently mentioned in another post that i setup a lab in virtualbox with two IIS webservers and a windows 10 machine all on the same netw the servork (192.168.200.XXX). If i...
View ArticleHAProxy : Http-request deny working for http but not https urls
@abhigoel22 wrote: i am using haproxy as middle server for routing my request to different proxy servers. So i for particular reasons i was trying to block all png files with my haproxy server ....
View ArticleNeed more info on Termination state codes "CD" and "CC"
@laxmi wrote: Hi, I am using HAProxy version 1.8.8. I’m observing status code of “503” with termination codes as “CD” and “CC” for some requests. HAProxy logs show that the backend is selected (there...
View ArticleIntermittent request failure with termination code "KH"
@belwals wrote: Hi, We are using HAProxy 1.7.9, with keep-alive connection and have overridden connection-timeout to 10m and keep-live is 10s. Intermittently request is failing with termination code...
View ArticleHaproxy in front of elasticsearch rest api on multinode cluster? KeepAlive...
@asp wrote: Hi I’ve setup a 3 node elasticsearch cluster on different VMs locally on my laptop. I use haproxy for loadbalancing. Connecting curl or kibana against the loadbalancer works fine, but...
View ArticleHAproxy > mapfile backendselection with directory
@makara1 wrote: Hey Guys, quite new here and also quite the beginner. I would like to match a domain and directory with my map file and i am wondering how to do this the best way. As far as i can...
View ArticleHow to disable backend check?
@genseb1 wrote: Hi, I have a haproxy (1.8.19) with a backend containing a single server node. The server was not accessible for few minutes and haproxy considered this server as unavailable. Feb 13...
View ArticleInvalid response -
@genseb1 wrote: Hi, We are encountering random 502 issue. Displaying error using ‘echo “show errors -1 response” | socat stdio /run/haproxy/admin.sock’ it seems that the response was not complete....
View ArticleETA for next release
@pnikolov wrote: We will need the next version of the 1.8 branch but we couldn’t figure out when it will become available. Is there any way this site can provide a schedule or an ETA to help us plan...
View ArticleHAProxy and TCP Mode not working correctly on Layer 7
@mehulmpt wrote: For some reason, I have to use tcp mode even though I’m making all calls over HTTP (read: Docker Engine API) I got into a very specific problem, and after hours of debugging, I found...
View ArticleRe-encryption getting: 504 Gateway Time-out
@Gudjon wrote: Hi hope its OK to post this here. I’m hawing problem configuring haproxy with re-encryption. For some reason I need to re-encrypt all traffic to the backend servers. I have tested the...
View Article503 after week end of inactivity
@genseb1 wrote: Hi, I’m encountering strange behaviour using haproxy 1.8. I’m using below frontend and backend frontend https-fr bind *:443 ssl crt /etc/haproxy/ssl/mycert.crt acl plateformefr...
View ArticleSsllab still complains about tls 1.0
@justauser wrote: Hello together, I try to achieve a good result on ssllabs.com, but I got a complain that my website uses tls v1.0 - I thought that I disabled it by this row in haproxy.cfg: bind...
View ArticleHaproxy SMTP EXIM
@sideways wrote: I am trying to setup haproxy in front of 2 CentOS 7 cPanel servers with SSL termination. I have hit the following problem with the cPanel provided Exim package. It seems like the Exim...
View ArticleRequest & Response body logging
@yuriy.tigiev wrote: Hello, How to logging requests and responses body using Lua by haproxy? I have made a configuration for nginx and would like to make a similar configuration for HAProxy. Can...
View ArticleStatistics and reality
@xohox wrote: Hello. Tell me, in the statistics 32 active compounds are indicated. Actually 58. Where is the mistake? Posts: 1 Participants: 1 Read full topic
View ArticleHAProxy as pure HA
@vocnagar22 wrote: Hello HAP Community, I am new to HAProxy and my requirement is to provide High Availability for my Website. Due to session management and details we do not want to use load...
View Article