Re: 1.6 segfaults

2015-10-15 Thread joel
Here is the config https://gist.github.com/joelmoss/1e90ceadae8a8305f7dd thx --  Joel Moss Sent with Airmail On 15 October 2015 at 12:21:42, Willy Tarreau (w...@1wt.eu) wrote: On Thu, Oct 15, 2015 at 12:06:08PM +0100, j...@developwithstyle.com wrote: > Hi all, so just installed 1.6 but

1.6 segfaults

2015-10-15 Thread joel
error 4 in libcrypto.so.1.0.0[7fd064df+1b2000] I have tried the Ubuntu package from the 1.6 PPA (https://launchpad.net/~vbernat/+archive/ubuntu/haproxy-1.6) and compiled it myself from the source, and segfaults still happen. Is anyone else experiencing this? thx --  Joel Moss Sent

Re: 1.6 segfaults

2015-10-15 Thread joel
My config is fairly complex, but let me see what I can do. And actually, I do use two certs on the same line, but this was never a problem with 1.5.* --  Joel Moss Sent with Airmail On 15 October 2015 at 12:21:42, Willy Tarreau (w...@1wt.eu) wrote: On Thu, Oct 15, 2015 at 12:06:08PM +0100, j

Custom field addition to Statistics Report webpage?

2011-01-25 Thread Joel Krauska
page could be a one-stop page to watch during rolling upgrades of backends. Probably for easy customization, an external call to third party script would be ideal. Has anyone considered this before? Is there any way to hack existing features to do this? Cheers, --Joel

Re: Custom field addition to Statistics Report webpage?

2011-01-26 Thread Joel Krauska
On 1/25/11 10:48 PM, Willy Tarreau wrote: Hi Joel, On Tue, Jan 25, 2011 at 01:29:11PM -0800, Joel Krauska wrote: I'm not sure if people have asked for this, but I would love a custom field/column in the Stats Report web page. Specifically, I would like to be able to see my backend server

Re: Custom field addition to Statistics Report webpage?

2011-01-26 Thread Joel Krauska
On 1/26/11 2:06 AM, Willy Tarreau wrote: On Wed, Jan 26, 2011 at 12:56:54AM -0800, Joel Krauska wrote: On 1/25/11 10:48 PM, Willy Tarreau wrote: Hi Joel, On Tue, Jan 25, 2011 at 01:29:11PM -0800, Joel Krauska wrote: I'm not sure if people have asked for this, but I would love a custom field

Re: Custom field addition to Statistics Report webpage?

2011-01-26 Thread Joel Krauska
On 1/26/11 4:30 PM, Willy Tarreau wrote: On Wed, Jan 26, 2011 at 03:00:00PM -0800, Joel Krauska wrote: Ok, so I've modified our HTTP responses to include the version. OK. I've noticed that it's only displayed as a tooltip (pop up box when you mouse-over the TD). td class=ac title=Layer7

Re: Load Balancing with haproxy makes my application slower?

2011-01-29 Thread Joel Krauska
timeout server 30 I typically use an order of magnitude smaller. 5000 5 5 (these are exaple defaults listed in an example in 2.3 of the HA proxy docs) http://haproxy.1wt.eu/download/1.4/doc/configuration.txt Best of luck, Joel On 1/29/11 10:53 AM, Sean Hess wrote: I'm performing real

Re: Configuration API?

2011-02-04 Thread Joel Krauska
Awesome - This is a great start. Putting a server in backup or primary mode would be a nice addition. Adding new servers would also be nice, but that's likely to be a harder project. --Joel On 2/4/11 12:46 PM, John Marrett wrote: Check out section 9.2. Unix Socket commands http://haproxy

Re: Configuration API?

2011-02-07 Thread Joel Krauska
.) --Joel

Apache Compatible HAProxy Log Formatting?

2011-03-09 Thread Joel Krauska
for this situation? Best, Joel

Expire Cookies ??

2011-03-31 Thread Joel Krauska
in the documentation? Cheers, Joel

Delay Frontend Binding?

2011-12-16 Thread Joel Krauska
Is it possible to delay the FrontEnd binding until the back ends have had time to do health checks and rise? Scenario: I use multiple HAProxy nodes with multiple A records. eg: foo.example.com resolves to a.b.c.d and a.b.c.z If the first machine goes down, most browsers happily move along to a

Layer4 session concurrency

2012-04-19 Thread Joel Svensson
it to keep the sessions for a long time after their end to avoid cutting sessions before they are closed. Regards, Joel

Re: Layer4 session concurrency

2012-04-20 Thread Joel Svensson
-Original Message- From: Willy Tarreau Sent: Friday, April 20, 2012 7:37 AM To: Baptiste Cc: Joel Svensson ; haproxy@formilux.org Subject: Re: Layer4 session concurrency On Fri, Apr 20, 2012 at 06:38:41AM +0200, Baptiste wrote: On Thu, Apr 19, 2012 at 3:48 PM, Joel Svensson

Re: request per second statistics

2012-10-02 Thread Joel Krauska
I use something like this: (it has a few things that are specific to my implementation) #!/usr/bin/python import os import csv import urllib2 import pprint import time datadir = '/home/rrdcollect/haproxy-stats/rrds' hostlist = ['a.network.com'] haproxycreds = ['url','user','pass'] key_values =

Backends Referencing other Backends?

2012-10-23 Thread Joel Krauska
Hello fellow Haproxy users. Here are some thoughts and example ideas about backend definitions and seeing if anyone has thought of these features or if they're even possible today. Cheers, Joel Krauska 1. 'Stats only backend' I'd like to keep stats for a certain matching condition

Re: Backends Referencing other Backends?

2012-10-24 Thread Joel Krauska
gets, the more error prone it becomes. Having some 'macros' or 'includes' and some of the techniques I was asking for avoids having to repeat configuration and reduce errors. On Wed, Oct 24, 2012 at 12:41 AM, Baptiste bed...@gmail.com wrote: Hi Joel, Unfortunately, this kind of configuration

Simple health check return... -- without backend needed?

2013-01-17 Thread Joel Krauska
work? (seems hacky) Any advice? Thanks, Joel

Re: Simple health check return... -- without backend needed?

2013-01-17 Thread Joel Krauska
On Thu, Jan 17, 2013 at 3:27 PM, Jonathan Matthews cont...@jpluscplusm.comwrote: On 17 January 2013 23:02, Joel Krauska jkrau...@gmail.com wrote: Is there a simple way to have haproxy send a simple response for a given URL? Matching somewhat the functionality of Nginx's empty_gif module

Re: Simple health check return... -- without backend needed?

2013-01-18 Thread Joel Krauska
On Fri, Jan 18, 2013 at 1:44 AM, Jonathan Matthews cont...@jpluscplusm.comwrote: On 18 January 2013 02:26, Joel Krauska jkrau...@gmail.com wrote: monitor-uri looks like it would only work as a path match. I need to match a Host header. Could you elaborate a bit on why you're trying to do

bytes_sent?

2013-05-15 Thread Joel Krauska
to future revisions of the HTTP Log format? Is there any other method to collect this info? The stats page is already collecting Bytes in and Bytes out, but I'm missing it in the log format, so I can't look at it on a per-request level. Thanks, Joel

RE: 1.6 segfaults

2015-10-15 Thread Joel Moss
One of them is, but I just removed the one that is not a wildcard and all seemed good - no crashes. Also tried passing a directory with just the two certs in it, but that also crashed after a few minutes --  Joel Moss Sent with Airmail On 15 October 2015 at 13:06:08, Lukas Tribus (luky

Re: 1.6 segfaults

2015-10-15 Thread Joel Moss
So you may be right on the two certs on the same line bug. Just removed one of the certs and so far, so good. Can you verify? --  Joel Moss Sent with Airmail On 15 October 2015 at 12:28:35, j...@developwithstyle.com (j...@developwithstyle.com) wrote: Here is the config https://gist.github.com

RE: 1.6 segfaults

2015-10-15 Thread Joel Moss
OK< so I just applied the patch from  http://marc.info/?l=haproxy=144491072111043=2 and so far, so good without any crashes. --  Joel Moss Sent with Airmail On 15 October 2015 at 13:11:21, Joel Moss (j...@joelmoss.info) wrote: One of them is, but I just removed the one that is not a wildc

acme proxy for internal use

2018-12-01 Thread Joel Linn
figured this would be possible with lua but I hope there is a cleaner solution. Thanks for your help, Joel

[no subject]

2014-11-20 Thread Joel Van Velden
unsubscribe joel.vanvel...@bulletin.net -- [image: Inline image 1] Joel van Velden DEVOPS ENGINEER Bulletin.Net (NZ) Ltd. Auckland, New Zealand

[no subject]

2014-11-20 Thread Joel Van Velden
unsubscribe joel.vanvelden+hapr...@bulletin.net -- [image: Inline image 1] Joel van Velden DEVOPS ENGINEER Bulletin.Net (NZ) Ltd. Auckland, New Zealand

Re: Reload takes about 3 minutes

2017-10-13 Thread Joel W Kall
host header configurations] ## switches use_backend 1 if host_1 [more if-clauses] backend 1 server node1 [some IP] check server node2 [some IP] check [more backends] ### Will try with strace and see what we see. Joel W Kall

Re: Reload takes about 3 minutes

2017-10-13 Thread Joel W Kall
it doesn't timeout as often so the total time is much faster. So some follow up questions: 1. Does it try to connect to each backend when starting up and won't start until it has tested all of them? If so, can we disable this? 2. What is the poll([{fd=6, events=POLLIN}], 1, -1) call that takes 3

Re: Reload takes about 3 minutes

2017-10-16 Thread Joel W Kall
Just want to report that changing to another DNS server made it take about 2 seconds instead of 3 minutes :) Thanks for the help! Joel W Kall *Loop54* Barnhusgatan 20 111 23 Stockholm www.loop54.com Mobil: 073-5933 255 j...@loop54.com 2017-10-13 23:45 GMT+02:00

Re: Reload takes about 3 minutes

2017-10-13 Thread Joel W Kall
Oh, that makes sense. I'll try to investigate why the DNS server doesn't answer or why it is slow. Maybe we'll just switch to another. Thanks a bunch! Joel W Kall

Reload takes about 3 minutes

2017-10-13 Thread Joel W Kall
cause HAProxy to take so long to reload? - How can we find out what it's doing? For instance, what level of logging do we need to enable and what would we look for in the log? - Do you have a suggestion for a fix? Thanks! Joel W Kall