Re: Possible bug with haproxy 1.6.9/1.7.0: multiproc + resolvers cause DNS timeouts

2016-11-28 Thread Joshua M. Boniface
Sorry here is my haproxy command information as well: | u...@elb2.domain.net ~ $ sudo haproxy -vv | HA-Proxy version 1.7.0-1 2016/11/27 | Copyright 2000-2016 Willy Tarreau | | Build options : | TARGET = linux2628 | CPU = generic | CC = gcc | CFLAGS = -g

Possible bug with haproxy 1.6.9/1.7.0: multiproc + resolvers cause DNS timeouts

2016-11-28 Thread Joshua M. Boniface
Hello list! I believe I've found a bug in haproxy related to multiproc and a set of DNS resolvers. What happens is, when combining these two features (multiproc and dynamic resolvers), I get the following problem: the DNS resolvers, one per process it seems, will fail intermittently and

Re: [PATCH/RFC 2/2] MEDIUM: stats: Add show json schema

2016-11-28 Thread Willy Tarreau
So here are a few comments about typos I noticed (irrelevant parts trimmed). > diff --git a/doc/management.txt b/doc/management.txt > index 4934c575a543..0592fc2da287 100644 > --- a/doc/management.txt > +++ b/doc/management.txt > @@ -2220,6 +2234,21 @@ show tls-keys [id|*] >specified as

Re: [PATCH/RFC 0/2] MEDIUM: stats: Add JSON output option to show (info|stat)

2016-11-28 Thread Willy Tarreau
Hi Simon, On Mon, Nov 28, 2016 at 04:18:52PM +0100, Simon Horman wrote: > Hi, > > this short series is an RFC implementation of adding JSON format > output to show (info|stat). It also adds a new show schema json > stats command to allow retreival of the schema which describes > the JSON output

Re: [PATCH] DOC: Spelling fixes

2016-11-28 Thread Willy Tarreau
Hi Tim, many thanks for doing this! I found just one mistake (you fixed the spelling but the word was wrong) : > - using the "found" matching method. This fetch is the completemnt of "path" > + using the "found" matching method. This fetch is the completement of "path" It was "complement",

Re:

2016-11-28 Thread Tim Düsterhus
Hi Whoops, please forgive my missing subject. I thought git send-email would automatically use the Subject line of the commit as the Subject of the introductory mail. Lesson learned. Best regards Tim Düsterhus

[no subject]

2016-11-28 Thread tim
This is a bunch of typo fixing at my first patch. I was not sure whether to split this into multiple commits or not. I opted not to as this patch does not touch any source code, but only comments and documentation and forms a single logical change. Please have a second look at the @@

[PATCH] DOC: Spelling fixes

2016-11-28 Thread tim
From: Tim Düsterhus --- CONTRIBUTING | 22 +++--- doc/configuration.txt | 26 +- doc/haproxy.1 | 2 +- src/backend.c | 2 +- src/checks.c | 6 +++--- src/proto_tcp.c | 2 +- src/proto_uxst.c

Re: Working with Multiple HTTPS Applications with haproxy

2016-11-28 Thread Bryan Talbot
> On Nov 23, 2016, at Nov 23, 2:35 AM, Deepak Shakya wrote: > > I want to setup haproxy to be able to proxy multiple https applications on > the same https port > > Something like this: > > Client/Browser ---(https)---> haproxy:8443/app1 ---(https)---> >

Re: trouble with sc0_conn_cur

2016-11-28 Thread Willy Tarreau
Hi Patrick, On Sun, Nov 27, 2016 at 11:43:14PM -0500, Patrick Hemmer wrote: > I'm trying to limit concurrent connections but having trouble getting it > working with sc0_conn_cur. > The relevant portion of my config looks like: > > frontend www > log-format %ac\ %tsc\ %[sc0_conn_cur] >

[PATCH/RFC 1/2] MEDIUM: stats: Add JSON output option to show (info|stat)

2016-11-28 Thread Simon Horman
Add a json parameter to show (info|stat) which will output information in JSON format. A follow-up patch will add a JSON schema which describes the format of the JSON output of these commands. The JSON output is without any extra whitespace in order to reduce the volume of output. For human

[PATCH/RFC 2/2] MEDIUM: stats: Add show json schema

2016-11-28 Thread Simon Horman
This may be used to output the JSON schema which describes the output of show info json and show stats json. The JSON output is without any extra whitespace in order to reduce the volume of output. For human consumption passing the output through a pretty printer may be helpful. e.g.: $ echo

[PATCH/RFC 0/2] MEDIUM: stats: Add JSON output option to show (info|stat)

2016-11-28 Thread Simon Horman
Hi, this short series is an RFC implementation of adding JSON format output to show (info|stat). It also adds a new show schema json stats command to allow retreival of the schema which describes the JSON output of show (info|stat). Some areas for possible discussion: * Use of STAT_STARTED in

Re: CONNECT method broken in 1.7?

2016-11-28 Thread Christopher Faulet
Le 26/11/2016 à 16:10, Willy Tarreau a écrit : Hello, On Sat, Nov 26, 2016 at 04:19:08PM +0800, Live Dev wrote: Hello, this is actually my first time posting to the mailing list Welcome then :-) really excited to hear about the 1.7 release and thrilled to try out the new features like