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 common/compat.h 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
Willy Tarreau wrote: I'm obviously interested in any problem report :-) One other OpenBSD build problem that I saw was that OBJS in Makefile.bsd seems to be missing: src/auth.o src/stick_table.o src/pattern.o to build properly. Once those are back in the OBJS list (and the previous fix

Re: FreeBSD Ports: bumping haproxy from v1.2.18 - v1.4.x

2010-02-26 Thread Angelo Höngens
On 26-2-2010 16:42, Ross West wrote: Opening up a bit of discussion: For those Freebsd port users out there, I'm looking to submit updates for the haproxy port to take it from it's current v1.2.18 to the new v1.4.x tree - Leapfrogging the v1.3.x tree (which is part of the haproxy-devel

Re: FreeBSD Ports: bumping haproxy from v1.2.18 - v1.4.x

2010-02-26 Thread Jim Riggs
On 26 Feb 2010, at 10:04, Angelo Höngens wrote: On 26-2-2010 16:42, Ross West wrote: Opening up a bit of discussion: For those Freebsd port users out there, I'm looking to submit updates for the haproxy port to take it from it's current v1.2.18 to the new v1.4.x tree - Leapfrogging the

Re: Re[2]: FreeBSD Ports: bumping haproxy from v1.2.18 - v1.4.x

2010-02-26 Thread joris dedieu
Also, changing -devel right now at the same will cause all sorts of support issues as people deal with the migration - not everyone reads the UPDATING file before issuing portupgrade -a. Even a solution should be to mark the haproxy-devel has Moved (see /usr/ports/MOVED) I see in

HAProxy - Frontend / Backend transparency

2010-02-26 Thread Ariel Moreno
Dear Sir. We are testing HAProxy in our network to balance some proxy servers and I was wandering about how the front-end and back-end interact to make the solution reliable. In this particular case, I have simulated a full back-end proxy fail in order to know if there will be any

Re: [ANNOUNCE] haproxy-1.4.0

2010-02-26 Thread Willy Tarreau
Hi Jeff, On Fri, Feb 26, 2010 at 10:38:55AM -0500, Jeff Buchbinder wrote: Willy Tarreau wrote: I'm obviously interested in any problem report :-) Build on OpenBSD 4.3 seems to fail unless #include common/compat.h is commented out of the src/lb_*.c files. This seemed to be the case on

Re: [ANNOUNCE] haproxy-1.4.0

2010-02-26 Thread Willy Tarreau
On Fri, Feb 26, 2010 at 10:45:58AM -0500, Jeff Buchbinder wrote: Willy Tarreau wrote: I'm obviously interested in any problem report :-) One other OpenBSD build problem that I saw was that OBJS in Makefile.bsd seems to be missing: src/auth.o src/stick_table.o src/pattern.o oops!

Re: [ANNOUNCE] haproxy-1.4.0

2010-02-26 Thread Jeff Buchbinder
Willy Tarreau wrote: Could you please check if the following patch is enough to fix it ? I think it should in fact. Thanks, Willy diff --git a/include/common/compat.h b/include/common/compat.h index 3c939ce..9eecdfb 100644 --- a/include/common/compat.h +++ b/include/common/compat.h @@ -23,8

Re: [ANNOUNCE] haproxy-1.4.0

2010-02-26 Thread Willy Tarreau
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. Cheers, Willy

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. Much

sL flag

2010-02-26 Thread Joe Williams
I wasn't able to find it in the documentation, what does the sL termination flag stand for? Thanks. -Joe -- Name: Joseph A. Williams Email: j...@joetify.com Blog: http://www.joeandmotorboat.com/

option httpchk version 'trick'

2010-02-26 Thread Andrew Commons
Hi all, The ability to extend the option httpchk version argument string to dummy up a Host header is described as a 'trick' in the configuration documentation. I have found that the 'trick' can be extended to add User-Agent (HAProxy) and Accept (*/*) headers to keep ModSecurity quiet when