Re: Potential Bug

2015-11-03 Thread Michael Crilly
Great ideas. Email marked as a todo for tomorrow. Will report back. Thanks. - Michael C. On 3 Nov 2015, at 18:32, Lukas Tribus wrote: >> I believe I may have discovered a bug in HAProxy 1.5.4 on CentOS 7.1, >> installed via standard repositories. >> >> I don't want to

RE: Potential Bug

2015-11-03 Thread Lukas Tribus
> I believe I may have discovered a bug in HAProxy 1.5.4 on CentOS 7.1, > installed via standard repositories. > > I don't want to go into debugging levels of detail here, but instead > will provide a synopsis in the hopes someone knows of a bug already or > can confirm it warrants further

Re: GET HAPROXY HOST INFO VIA Api/JSON

2015-11-03 Thread Willy Tarreau
On Mon, Nov 02, 2015 at 09:27:45AM +0100, Baptiste wrote: > I was delivering the "quick" answer to have this feature right now :) > > This is a need we identified and I already talked to Willy about it. > There is technically nothing against such feature. > We need time or resource to develop it.

Re: [ANNOUNCE] haproxy-1.6.2

2015-11-03 Thread Pavlos Parissis
On 03/11/2015 11:32 πμ, Willy TARREAU wrote: > Hi, > > some extra bugs were found and fixed since 1.6.1, and since they can > cause trouble, here comes 1.6.2. In short, a bug in the DNS parser could > lead to an endless loop, and another bug in the HTTP connection reuse code > could cause a

[SPAM] Un cambriolage toutes les 90 secondes

2015-11-03 Thread Securitas Direct
http://lb.enquete-en-or.com/r/?id=t2f0823e7,20fefef,20ff170=haproxy@formilux.org=haproxy@formilux.org Signaler comme indésirable Pour visualiser ce message au format html,

[SPAM] Livraison de votre nouvelle CB

2015-11-03 Thread Christine
- http://compte-interdit-bancaire.net http://compte-interdit-bancaire.net/carte-bancaire-internationale.html OBTENEZ VOTRE CARTE BANCAIRE NON PLAFONNéE EN QUELQUES CLICS Quelle que soit votre situation personnelle ou professionnelle, nous

[SPAM] Bons plans de l'automne a prix irresistibles!

2015-11-03 Thread Les bons plans
http://lb.votre-reve.fr/r/?id=t2f21f592,2103623,210346b=haproxy@formilux.org=haproxy@formilux.org Signaler comme indésirable Pour visualiser ce message au format html, cliquez ici :

[SPAM] Un cambriolage toutes les 90 secondes

2015-11-03 Thread Securitas Direct
http://lb.top-remise.com/r/?id=t2f1b6db5,210253c,2102621=haproxy@formilux.org=haproxy@formilux.org Signaler comme indésirable Pour visualiser ce message au format html,

[ANNOUNCE] haproxy-1.6.2

2015-11-03 Thread Willy TARREAU
Hi, some extra bugs were found and fixed since 1.6.1, and since they can cause trouble, here comes 1.6.2. In short, a bug in the DNS parser could lead to an endless loop, and another bug in the HTTP connection reuse code could cause a crash if a redirect was performed between two connections to

[SPAM] ssl getting the wrong certificate once in a while

2015-11-03 Thread Guillaume Bourque
Hi all, I have a very weird problem and need your help if you have any idea ! here is my very simple setup ... frontend www_https bind169.54.85.244:443 ssl crt /etc/pki/tls/certs/www.domain1.com.pem bind169.54.85.249:443 ssl crt

Re: Multiplexing multiple services behind one agent (feature suggestion; patch attached)

2015-11-03 Thread James Brown
Attached is a `git-format-patch`-formatted patch with some extra strduping and freeing. On Fri, Oct 30, 2015 at 11:39 PM, Willy Tarreau wrote: > Hi James, > > On Wed, Oct 28, 2015 at 10:27:22AM -0700, James Brown wrote: > > Sorry for being thickheaded, Willy, but what's your

Re: Multiplexing multiple services behind one agent (feature suggestion; patch attached)

2015-11-03 Thread Willy Tarreau
On Tue, Nov 03, 2015 at 03:12:59PM -0800, James Brown wrote: > Attached is a `git-format-patch`-formatted patch with some extra strduping > and freeing. Thank you. I've just removed the two unneeded "if != NULL" before the free(), and merged it. Willy

Re: Echo server in Lua

2015-11-03 Thread Baptiste
On Tue, Nov 3, 2015 at 5:53 AM, Thrawn wrote: > Now that HAProxy has Lua support, I'm looking at the possibility of setting > up an echo server, which simply responds with the observed remote address of > the client (currently implemented in PHP as