Re: Segfault on basic auth?

2015-09-23 Thread Phillip Decker
5 at 12:59:05PM +0930, Phillip Decker wrote: > > Hi guys, > > > > Not to pile on, but when running with 1.6-dev4, I've noticed a segfault > > that doesn't happen if you substitute 1.5.9 back in. I can post more > here > > later in the day, but I have a meeting to

Segfault on basic auth?

2015-09-22 Thread Phillip Decker
Hi guys, Not to pile on, but when running with 1.6-dev4, I've noticed a segfault that doesn't happen if you substitute 1.5.9 back in. I can post more here later in the day, but I have a meeting to run to shortly- In short, here are the conditions: - haproxy as an SSL enpoint in front of Nagios

Next dev version?

2015-08-21 Thread Phillip Decker
Hi guys, I know we're all busy, but I just had a quick question - do we have a ballpark idea when the next dev tag will be set? (ie. v1.6dev4 ?) Or even further, when (tentatively) the code freeze for 1.6 will happen? Thanks! Phillip

Re: [PATCH] Add log-format variable %HQ, to log HTTP query strings

2015-07-31 Thread Phillip Decker
Andrew- This patch works well for my use case. Leaving the question mark in mirrors the behavior of %q in httpd, fwiw. Should it also print a hyphen in case the field is empty and the quotation mode is not on? %HQ instead of %{+Q}HQ? Phillip On Fri, Jul 31, 2015 at 12:21 PM, Andrew Hayworth

Re: Capture sequencing in logs

2015-07-30 Thread Phillip Decker
URI, and looking up specific parameters in the URI... am I missing an obvious flag somewhere? Thanks in advance for any assistance, Phillip On Mon, Jul 6, 2015 at 5:31 PM, Phillip Decker pdecker999+hapr...@gmail.com wrote: Nenad, thank you so much for your help; I was able to run

Re: Capture sequencing in logs

2015-07-30 Thread Phillip Decker
And it only kinda works because when there is no question mark then the field will have the uri instead of being empty... On Thu, Jul 30, 2015 at 7:12 PM, Phillip Decker pdecker999+hapr...@gmail.com wrote: Funny, yeah I was just playing with it and couldn't get that to work, so I just did

Re: substring matching backend names...

2015-07-14 Thread Phillip Decker
Tested, and very nice; that works! Thanks so much! Phillip On Sat, Jul 11, 2015 at 2:20 AM, Willy Tarreau w...@1wt.eu wrote: Hi, On Fri, Jul 10, 2015 at 04:32:38PM -0400, Phillip Decker wrote: Hello again, I was migrating a setup from the older style acl-based host to backend

substring matching backend names...

2015-07-10 Thread Phillip Decker
Hello again, I was migrating a setup from the older style acl-based host to backend mapping, to the newer map-based approach, e.g. use_backend %[req.hdr(host),lower,map_beg(mapping.conf,default)] and that works fine. But now I'm tempted to simply name the backends after each servername, (eg.

Re: Capture sequencing in logs

2015-07-06 Thread Phillip Decker
to define this, and I don't see it so far... am I missing it? Thanks again for any help! Phillip On Mon, Jul 6, 2015 at 4:10 PM, Nenad Merdanovic ni...@nimzo.info wrote: Hello Philip On 7/6/2015 9:47 PM, Phillip Decker wrote: Hello again all, I have a configuration problem, and I have

Re: Capture sequencing in logs

2015-07-06 Thread Phillip Decker
for misspelling your name the first time. On 7/6/2015 10:46 PM, Phillip Decker wrote: Hi Nenad, thanks for the reply! Okay, insofar as the first link - I can see where I can retrieve captures for use in acls or elsewhere, but is there a way to use these directly in the custom log format ( http

Capture sequencing in logs

2015-07-06 Thread Phillip Decker
Hello again all, I have a configuration problem, and I have a workaround that I don't like, so I'm hoping someone here might have a better solution - I have a number of capture fields such as ssl_c_s_dn, request header referrer, request header X-Forwarded-For, etc that get logged using %hr,

DN Single line representation delimiter

2015-01-21 Thread Phillip Decker
Hello, I'm writing with regard to the current delimiter used when haproxy passes the DN as one line from an SSL cert along in the headers to backend servers- Right now, that seems to be hardcoded to a '/' in the ssl_sock.c file, in function ssl_sock_get_dn_oneline(...) on approximately file line