Log entire request and response headers
@Pranav wrote: Hai i am new to Haproxy .I like to know whether there is any way to capture the entire request and response headers of requests in haproxy. Thanks! Posts: 1 Participants: 1 Read full...
View ArticleMissing 4xx log entries when compared to the hrsp_4xx metric
@gorazdzagar wrote: I am observing a pattern of a large increase in value of hrsp_4xx without matching log entries. Observing the stats I noticed that the hrsp_4xx metric is increased every 5-6...
View ArticleIIS ISAPI_Redirector to HAProxy & Tomcat Server farm
@apache1048 wrote: This is my first time looking at Haproxy and I am trying to find out if it is possible to use IIS with the ISAPI_redirector to redirect to an HAProxy server and then to a tomcat...
View ArticleForce http to https
@zahid.k11 wrote: Hi Team, I'm trying to force https on my test website. I have the following config "haproxy > Nginx > Tomcat". However whenever I add "redirect scheme https if !{ ssl_fc }" to...
View ArticleSegmentation fault when running config check
@Markvr wrote: Hi, When attempting to check the configuration of a file, I get a segmentation fault. / # haproxy -c -f haproxy.cfg [WARNING] 162/142118 (8736) : Setting tune.ssl.default-dh-param to...
View ArticleRemove www. from all types of requests
@chomps wrote: Hi All, I have an SSL enabled domain.com, that strips away any www. prefix and redirects to https. Unfortunately this only works if a request is as...
View ArticleDynamically update host for http health check
@jquinn wrote: Hi, I'm trying to use the http health check to check multiple backends, similar to this post: Checking files for Health Check on multiple servers Help! Currently I'm using HAProxy to...
View ArticleAll domains over http except for one
@chomps wrote: Hi,I have a new issue now in that I have 86 domains and they all run on http only. I have a new domain that runs on https.All of these domains start with a sub domain eg...
View ArticleHow to match exact URL
@kwallander wrote: Hi , I am trying to redirect from www.testhome.com to www2. There are many other subsites within testhome. I just want www.testhome to www2. How to match the exact URL ? The match...
View ArticlePath_reg working
@5cell wrote: I want to have a URL based redirection like the following pattern /foo/any_number/bar Example : /foo/12345/bar I wrote an acl like this..but it is not working acl foobar path_reg...
View ArticleTCP can't redirect to dir
@Riazanov wrote: Hello, sorry for the English, I need to redirect to a single server when this sentence is fulfilled, in http it is done, in tcp every one minute it asks me to login again:mode httpacl...
View ArticleBind(Listen) IPv4 --> server (backend) conncet ipv6
@amir wrote: Hi,I would like to configure HAProxy for HTTP Listener to listen on ipv4 I would like the resolver to query the DNS for servername and to get the server IPV6I would like HAProxy to...
View ArticleRegarding maxconn parameter in backend for connection queueing
@dvelan wrote: Team,I would like to achieve queuing solution when specifying the "maxconn" in backend , seems maxconn is applicable only for concurrent requests. haproxy.com How to play with maxconn...
View ArticleServer errorfile in default_backend when mode is tcp
@hamburml wrote: Hi! I switched from nginx to HAProxy for load balancing because HAProxy does support health-checks (yeah!). Current config: global log /dev/log local0 log /dev/log local1 notice...
View ArticlePool of connections
@amir wrote: Hi,Does HAProxy support a pool of connections (tcp /http) from client side ? Posts: 2 Participants: 2 Read full topic
View ArticleHaproxy 1.6.12 on RHEL 7.2 for back-end weblogic 12c
@dvelan wrote: Dear, When I connect to one PeopleSoft website URL, the haproxy stats display curr session as 4, how does it show as 4, when I hit a single URL. but the URL from back-end will load...
View ArticleSeparate error files for http status codes
@junaid wrote: Hello Guys, We want to generate separate error files as per http status codes. please suggest me, here is the link...
View ArticleMaking a separate HTTP Request from Lua ("http-req" action)
@mahan wrote: Has any of you guys been able to successfully do a separate HTTP-Request from a HAProxy Lua "http-req" action handler? Overview:In my setup I have a HAProxy with the frontends facing the...
View ArticleUnexpected behaviour in SSL termination
@chintanvpatel wrote: Hello, I'm using SSL termination in Haproxy. HAproxy is handling connections from multiple hosts on port 443. We have different c ertificates for different hosts. So I choose to...
View ArticleCurrent Session in HAProxy stats
@dvelan wrote: I have enabled stats for gui, checking session for front-end, the count of "curr session" is always high. Meaning when I just use a single website URL(http://haproxywebserver: haproxy...
View Article