Re: Geographic loadbalancing

2009-01-26 Thread Jeff Buchbinder
s I don't yet grasp. You'd probably be better off just going with DNS based load balancing. haproxy would route all traffic through one location, which kills the advantage to geographic balancing. ------ Jeff Buchbinder Senior Infr

Re: Monitoring with Nagios

2009-04-09 Thread Jeff Buchbinder
end snmp traps, which you can catch with a trap collector, and then feed into Nagios. Looks like someone did this about two months ago, archived here: http://www.mail-archive.com/haproxy@formilux.org/msg00167.html -- Jeff Buchbinder Senior Infrastructure Engineer Rave Wireless, Inc jbuchbin...@ravewireless.com

Re: R: Transparent proxy

2009-05-11 Thread Jeff Buchbinder
, all instances of SOL_IP should be changed to IPPROTO_IP for it to compile appropriately under OpenBSD with -DTPROXY and -DCONFIG_HAP_CTTPROXY. -- Jeff Buchbinder Senior Infrastructure Engineer Rave Wireless, Inc jbuchbin...@ravewireless.com

Re: R: R: Transparent proxy

2009-05-11 Thread Jeff Buchbinder
Carlo Granisso wrote: I'm using Ubuntu server with tproxy patch for kernel, haproxy and iptables. I know, I was just chiming in with a tproxy issue on OpenBSD. -- Jeff Buchbinder Senior Infrastructure Engineer Rave Wireless, Inc jbuchbin...@ravewireless.com

Re: R: R: Transparent proxy

2009-05-11 Thread Jeff Buchbinder
c to do it, but I think that tinyproxy (https://www.banu.com/tinyproxy) supports transparent proxying, at least for HTTP. Not sure if that's of any help. -- Jeff Buchbinder Senior Infrastructure Engineer Rave Wireless, Inc work: 508.848.2484 mobile: 860.617.5750 jbuchbin...@ravewireless.com

Federating haproxy servers

2009-06-26 Thread Jeff Buchbinder
tions, which is less than ideal. -- Jeff Buchbinder Senior Infrastructure Engineer Rave Wireless, Inc jbuchbin...@ravewireless.com

Chunked HTTP traffic

2009-07-27 Thread Jeff Buchbinder
ously wants an additional request for the first 2000 bytes of data, but the client just sits there, even though HttpClient supports chunking. Has anyone else seen behavior like this? I have tried messing with the client and server timeout values, but it always seems to produce the same result. -- Jeff Buchbinder Senior Infrastructure Engineer Rave Wireless, Inc jbuchbin...@ravewireless.com

Re: [ANNOUNCE] haproxy 1.3.19

2009-07-28 Thread Jeff Buchbinder
1.3.19 packaged for NSLU2 available here: http://www.mediafire.com/file/iujzbmynjwl/haproxy_1.3.19-1_armeb.ipk -- Jeff Buchbinder Senior Infrastructure Engineer Rave Wireless, Inc jbuchbin...@ravewireless.com

Re: [ANNOUNCE] haproxy-1.4.0

2010-02-26 Thread Jeff Buchbinder
Willy Tarreau wrote: I'm obviously interested in any problem report :-) Build on OpenBSD 4.3 seems to fail unless "#include " is commented out of the src/lb_*.c files. This seemed to be the case on both the i386 and amd64 targets I was building on. -- Jeff Buchbinder Senior

Re: [ANNOUNCE] haproxy-1.4.0

2010-02-26 Thread Jeff Buchbinder
s fix has been made of commenting out the compat.h references), haproxy does build successfully on OpenBSD 4.3 and 4.4. -- Jeff Buchbinder Senior Infrastructure Engineer Rave Mobile Safety, Inc work: 508.848.2484 mobile: 860.617.5750 jbuchbin...@ravemobilesafety.com

Re: [ANNOUNCE] haproxy-1.4.0

2010-02-26 Thread Jeff Buchbinder
ou run it on an OpenBSD 4.x VM, you should see the same thing. -- Jeff Buchbinder Senior Infrastructure Engineer Rave Mobile Safety, Inc work: 508.848.2484 mobile: 860.617.5750 jbuchbin...@ravemobilesafety.com

Re: [ANNOUNCE] haproxy-1.4.0

2010-02-26 Thread Jeff Buchbinder
+23,8 @@ #define _COMMON_COMPAT_H /* This is needed on Linux for Netfilter includes */ -#include #include +#include #include #include With that patch it does seem to build the files that were getting stuck before under OpenBSD 4.3. -- Jeff Buchbinder Senior Infrastructure Engineer

Re: [ANNOUNCE] haproxy-1.4.0

2010-02-26 Thread Jeff Buchbinder
Willy Tarreau wrote: On Fri, Feb 26, 2010 at 03:57:16PM -0500, Jeff Buchbinder wrote: With that patch it does seem to build the files that were getting stuck before under OpenBSD 4.3. Excellent, thanks very much Jeff for your quick response, I'm applying the patch now.

RE: [ANNOUNCE] haproxy 1.5-dev3

2010-11-14 Thread Jeff Buchbinder
patches : http://haproxy.1wt.eu/download/patches/ > OpenBSD 4.3 builds for this release (and hopefully future releases) are here: http://www.mediafire.com/?u1m9uwiuo7af5 -- Jeff Buchbinder Principal Engineer / Interim Director of Infrastructure Rave Mobile Safety, Inc jbuchbin...@ravemobilesafety.com

haproxy API patch

2011-08-14 Thread Jeff Buchbinder
here, if you want to see just the changes: https://github.com/jbuchbinder/haproxy/commit/0f924468977fc71f2530837e3e44cf47fc00fd0f Documentation is available here: https://github.com/jbuchbinder/haproxy/blob/master/README.API It was recently suggested that I attempt to get this patch inc

Re: haproxy API patch

2011-08-19 Thread Jeff Buchbinder
On Thu, 2011-08-18 at 15:13 -0500, Willy Tarreau wrote: > Hi Jeff, > > On Sun, Aug 14, 2011 at 04:01:53PM -0400, Jeff Buchbinder wrote: > > I've been working on an "API" patch, where certain functionality is > > exposed over the stats HTTP service. The "fo

RE: git clone hangs?

2011-11-21 Thread Jeff Buchbinder
you -DUSE_API, so it's safe to us it, if you have to. https://github.com/jbuchbinder/haproxy The direct pull location is git://github.com/jbuchbinder/haproxy.git -- Jeff Buchbinder Principal Engineer / Interim Director of Infrastructure Rave Mobile Safety, Inc jbuchbin...@ravemobilesafety.com

Re: Create Backed by Unix Socket

2012-02-06 Thread Jeff Buchbinder
The api patch I have been working on at https://github.com/jbuchbinder/haproxy has that functionality, but needs more testing. Willy has said that he has no plans to include this patch, primarily due to the potential for configuration issues in dynamically configured frontends, backends, etc.

Re: Create Backed by Unix Socket

2012-02-06 Thread Jeff Buchbinder
t in Prod. Might hook in some suff to haproxyctl if you can output a version number/patch/something so the ctl script can recognize when someone is using this version... On Mon, Feb 6, 2012 at 4:39 PM, Jeff Buchbinder mailto:jbuchbin...@ravemobilesafety.com>> wrote: The api patch

RE: git clone hangs

2014-04-09 Thread Jeff Buchbinder
There's a mirror at https://github.com/haproxy/haproxy if the main repo is hanging. It's usually not more than a day or so out of date. -- Jeff Buchbinder Principal Engineer / Interim Director of Infrastructure Rave Mobile Safety, Inc work: 508.848.2484 mobile: 860.838.335

1.5.3: Potential issue with request mangling

2014-08-21 Thread Jeff Buchbinder
ise 2 fall 5 server srv2 10.0.x.x:80 check inter 1 rise 2 fall 5 -- Jeff Buchbinder Rave Mobile Safety, Inc jbuchbin...@ravemobilesafety.com

[PATCH] Proxied stats admin forms fix

2014-08-29 Thread Jeff Buchbinder
ing the "action" parameter out of the form elements will allow these forms to function as-intended in either proxied or non-proxied environments. Patch attached. -- Jeff Buchbinder Rave Mobile Safety, Inc jbuchbin...@ravemobilesafety.com diff --git a/src/dumpstats.c b/src/dumpstats.c inde

RE: [PATCH] Proxied stats admin forms fix (UPDATED PATCH ATTACHED)

2014-08-29 Thread Jeff Buchbinder
Done. New patch attached. -- Jeff Buchbinder Principal Engineer / Interim Director of Infrastructure Rave Mobile Safety, Inc work: 508.848.2484 mobile: 860.838.3355 jbuchbin...@ravemobilesafety.com From: Cyril Bonté [cyril.bo...@free.fr] Sent: Friday

RE: shellshock and haproxy

2014-09-30 Thread Jeff Buchbinder
: regular expression '^[^:]+:\s+.*?(<<[^<]+){5,}' : regex '^[^:]+:\s+.*?(<<[^<]+){5,}' is invalid Which version of haproxy were you able to use that regex with? -- Jeff Buchbinder Rave Mobile Safety, Inc jbuchbin...@ravemobilesafety.com _

RE: shellshock and haproxy

2014-09-30 Thread Jeff Buchbinder
I think it was accidentally left out of my latest build -- thanks! -- Jeff Buchbinder Rave Mobile Safety, Inc jbuchbin...@ravemobilesafety.com From: Lukas Tribus [luky...@hotmail.com] Sent: Tuesday, September 30, 2014 11:30 AM To: Jeff Buchbinder Cc

Patch for 1.5 with SSL to compile properly on OpenBSD

2014-10-06 Thread Jeff Buchbinder
I have both a patch and build instructions for OpenBSD builds with SSL support here: https://gist.github.com/jbuchbinder/ab33b7528b75fa99fcca It's a small patch, but is necessary for haproxy 1.5.x to build on that platform. -- Jeff Buchbinder Rave Mobile Safety, Inc jbu

Re: Temporary Maintenance frontend for all port 80/443 ?

2016-01-24 Thread Jeff Buchbinder
The way we've done it has been to add a maintenance server to all of our backends, then use the admin socket to iteratively disable all "real" servers for our backends. The maintenance server points all requests to your temporary page. Something like: server maintenance 10.0.5.10:80 backup c

Re: Temporary Maintenance frontend for all port 80/443 ?

2016-01-24 Thread Jeff Buchbinder
f From: Philipp Buehler Sent: Sunday, January 24, 2016 12:20 PM To: Jeff Buchbinder Cc: Haproxy Subject: Re: Temporary Maintenance frontend for all port 80/443 ? Am 24.01.2016 17:58 schrieb Jeff Buchbinder: > The way we've done it has been to add a m