maxconn default from 1.7 to 2.0

2020-03-05 Thread James Stroehmann
Maxconn default seems to be set to 2000 in the version 1.7 servers we are running, but in the 2.0 server it looks like the default is 114: [cid:image001.png@01D5F2F2.E89D7BA0] The 2.0 management guide (https://cbonte.github.io/haproxy-dconv/2.0/management.html) shows output from version 1.6,

looking for help with redirect + acl

2018-07-23 Thread James Stroehmann
I need help with a current ACL and redirect that looks like this: acl has_statistical_uri path_beg -i /statistical http-request redirect code 301 prefix https://statistical.example.com/statisticalinsight if has_statistical_uri When the request like this comes in:

RE: backend has no server available!

2017-11-13 Thread James Stroehmann
I had a similar problem, and I believe reducing my ‘hold valid’ setting to 1s fixed it. From: DHAVAL JAISWAL [mailto:dhava...@gmail.com] Sent: Monday, November 13, 2017 2:31 AM To: HAproxy Mailing Lists Subject: backend has no server available! [External Email] I had the

RE: OneConnect feature in HAProxy

2017-06-09 Thread James Stroehmann
formilux.org Subject: RE: OneConnect feature in HAProxy [External Email] The IUS repos will have 1.7 I believe. https://ius.io/GettingStarted/ From: James Stroehmann [mailto:james.stroehm...@proquest.com] Sent: Thursday, June 08, 2017 10:27 AM To: Brendan Kearney <bpk...@gmail.com<mailt

RE: OneConnect feature in HAProxy

2017-06-08 Thread James Stroehmann
:36 AM To: haproxy@formilux.org Subject: Re: OneConnect feature in HAProxy [External Email] On 05/25/2017 08:26 AM, James Stroehmann wrote: Is there a feature in HAProxy similar to OneConnect that the F5 LTM has? https://www.f5.com/pdf/deployment-guides/oneconnect-tuning-dg.pdf I am trying

OneConnect feature in HAProxy

2017-05-25 Thread James Stroehmann
Is there a feature in HAProxy similar to OneConnect that the F5 LTM has? https://www.f5.com/pdf/deployment-guides/oneconnect-tuning-dg.pdf I am trying to migrate some frontends from an LTM to an HAProxy load balancer, and a few of the existing frontends have the OneConnect feature turned on. I

RE: Issue with windows IE 11 and Edge

2017-04-07 Thread James Stroehmann
To close the loop on this, it turns out that one of our cookies did not have a 'Path' specified, causing many duplicate cookies to be created. When we hit the 50 cookie IE limit, IE would delete the oldest cookie - which was our JSESSIONID cookie, causing the user to get logged out. The reason

RE: Issue with windows IE 11 and Edge

2017-02-14 Thread James Stroehmann
ux.org' <haproxy@formilux.org> Subject: Re: Issue with windows IE 11 and Edge [External Email] Hi James, On Tue, Feb 14, 2017 at 09:10:00PM +, James Stroehmann wrote: > Is there other information I can provide to help troubleshoot this? The only thing which will work will be a

RE: Issue with windows IE 11 and Edge

2017-02-14 Thread James Stroehmann
q-logo.png HTTP/1.1" Jan 16 22:15:08 localhost haproxy[25984]: X.X.X.X:56814 [16/Jan/2017:22:15:08.052] search_ssl blue/blue 306/0/0/1/307 304 189 - - 4/4/0/1/0 0/0 "GET /extras/webtrends/modifyHit.js HTTP/1.1" -Original Message- From: Willy Tarreau [mailto:w...@

RE: Haproxy loabalance with cookie

2017-02-08 Thread James Stroehmann
Try this: backend app balance roundrobin cookie SERVERID insert indirect nocache server hdp01.example.local 192.168.1.100:7070 check cookie hdp01 server hdp02.example.local 192.168.1.101:7070 check cookie hdp02 From: Hoang Le Trung [mailto:hoangletr...@orenj.com] Sent: Tuesday,

RE: Issue with windows IE 11 and Edge

2017-01-16 Thread James Stroehmann
q-logo.png HTTP/1.1" Jan 16 22:15:08 localhost haproxy[25984]: X.X.X.X:56814 [16/Jan/2017:22:15:08.052] search_ssl blue/blue 306/0/0/1/307 304 189 - - 4/4/0/1/0 0/0 "GET /extras/webtrends/modifyHit.js HTTP/1.1" -Original Message- From: Willy Tarreau [mailto:w...@1wt.eu

RE: Issue with windows IE 11 and Edge

2016-10-24 Thread James Stroehmann
We have updated our test instance of HAProxy to 1.6.9 but are still able to reproduce the issue. From: Stroehmann, James Sent: Friday, October 07, 2016 2:44 PM To: haproxy@formilux.org Subject: Issue with windows IE 11 and Edge We have a website that is setup like this: CDN -> HAPROXY -> ELB

Issue with windows IE 11 and Edge

2016-10-07 Thread James Stroehmann
We have a website that is setup like this: CDN -> HAPROXY -> ELB -> APACHE -> TOMCAT We are seeing with IE11 and Edge clients they will randomly lose their session and get kicked out to a login screen. Firefox, Chrome and older IE clients appear unaffected. Testing at all the different layers,

Empty DNS does not mark server as down

2016-05-12 Thread James Stroehmann
I am using haproxy version 1.6.3 and my server is defined using dns. It is an ELB in amazon web services so it changes IP addresses frequently and that functionality seems to work fine. However, if I delete the DNS entry, the server is not marked down. It then keeps sending traffic to the IP