Re: HTTP Response Rewriting to Replace Internal IP with FQDN

2015-10-13 Thread Susheel Jalali
Dear Aleks, Your insights are thorough and your knowledge seems to be vast---from HAProxy to Tomcat to Red5 server…and perhaps many more. It is a pleasure to learn from you. Below we have provided the information you requested. Your further guidance will help solve this issue that we are f

Squid Backend Health Checks

2015-10-13 Thread Daren Sefcik
I followed Willy's advice from this post http://www.mail-archive.com/haproxy@formilux.org/msg05171.html but seem to get a lot of health check errors and (false) Dwntme. Is there a newer or better way to do health checks or am I missing something? TIA.. BTW, nice work on 1.6, am looking forward

Re: core dump, lua service, 1.6-dev6 ss-20150930

2015-10-13 Thread Willy Tarreau
Hi Pieter, On Wed, Oct 14, 2015 at 01:43:40AM +0200, PiBa-NL wrote: > Ok got some good news here :).. 1.6.0-release nolonger has the error i > encountered. > > The commit below fixed the issue already. > -- > CLEANUP: cli: ensure we can never double-free error messages > http://git.haproxy.org/?

Re: core dump, lua service, 1.6-dev6 ss-20150930

2015-10-13 Thread PiBa-NL
Hi Willy, Thierry, others, Op 13-10-2015 om 18:29 schreef Willy Tarreau: Hi again :-) On Tue, Oct 13, 2015 at 06:10:33PM +0200, Willy Tarreau wrote: I can't reproduce either unfortunately. I'm seeing some other minor issues related to how the closed input is handled and showing that pipelining

Re: HTTP Response Rewriting to Replace Internal IP with FQDN

2015-10-13 Thread Aleksandar Lazic
Am 13-10-2015 23:36, schrieb Aleksandar Lazic: Dear Susheel Jalali. Am 13-10-2015 22:20, schrieb Susheel Jalali: Dear Aleks, [snipp] ++ Tomcat’s web.xml In web.xml, the context parameter is: globalScope default and the filter mapping for the applic

Re: [PATCH] BUILD: install only relevant and existing documentation

2015-10-13 Thread Willy Tarreau
On Tue, Oct 13, 2015 at 10:20:55PM +0200, Vincent Bernat wrote: > From: Vincent Bernat > > doc/haproxy-{en,fr}.txt have been removed recently but they were still > referenced in the Makefile. Many other documents have also been > added. Instead of hard-coding a list of documents to install, insta

Re: [PATCH] DOC: specify that stats socket doc (section 9.2) is in management

2015-10-13 Thread Willy Tarreau
On Tue, Oct 13, 2015 at 11:26:44PM +0200, Kevin Decherf wrote: > Commit 44aed90ce102c4136a5eda66d541f6fa79e141e8 moved the stats socket > documentation from config to management but the remaining references to > section 9.2 were not updated; improve it to be less confusing. Ah crap! I paid attenti

Re: HTTP Response Rewriting to Replace Internal IP with FQDN

2015-10-13 Thread Aleksandar Lazic
Dear Susheel Jalali. Am 13-10-2015 22:20, schrieb Susheel Jalali: Dear Aleks, [snipp] ++ Tomcat’s web.xml In web.xml, the context parameter is: globalScope default and the filter mapping for the application is: Product1Application

[PATCH] DOC: specify that stats socket doc (section 9.2) is in management

2015-10-13 Thread Kevin Decherf
Commit 44aed90ce102c4136a5eda66d541f6fa79e141e8 moved the stats socket documentation from config to management but the remaining references to section 9.2 were not updated; improve it to be less confusing. Signed-off-by: Kevin Decherf --- doc/configuration.txt | 5 +++-- 1 file changed, 3 insert

Re: [ANNOUNCE] haproxy-1.6.0 now released!

2015-10-13 Thread Aleksandar Lazic
Hi. Am 13-10-2015 21:50, schrieb Willy Tarreau: On Tue, Oct 13, 2015 at 09:42:25PM +0200, Baptiste wrote: Great, amazing! Looking forward to 1.7! Already online : $ ./haproxy -v HA-Proxy version 1.7-dev0 2015/10/13 :-) As always fast, quite fast, flashy ;-) BR Aleks

Re: HTTP Response Rewriting to Replace Internal IP with FQDN

2015-10-13 Thread Susheel Jalali
Dear Aleks, Thank you for your continued help. As you advised, we did the following. We would appreciate any guidance you could give to solve this issue. (1) We ran haproxy (1.5.14) in debug mode in two use cases for Product1. The debug output for each case is posted below. (2) Also, as r

[PATCH] BUILD: install only relevant and existing documentation

2015-10-13 Thread Vincent Bernat
From: Vincent Bernat doc/haproxy-{en,fr}.txt have been removed recently but they were still referenced in the Makefile. Many other documents have also been added. Instead of hard-coding a list of documents to install, install all those in doc/ with some exceptions: - coding-style.txt is more fo

Re: [ANNOUNCE] haproxy-1.6.0 now released!

2015-10-13 Thread Willy Tarreau
On Tue, Oct 13, 2015 at 09:42:25PM +0200, Baptiste wrote: > Great, amazing! > Looking forward to 1.7! Already online : $ ./haproxy -v HA-Proxy version 1.7-dev0 2015/10/13 :-) Willy

Re: [ANNOUNCE] haproxy-1.6.0 now released!

2015-10-13 Thread Baptiste
Great, amazing! Looking forward to 1.7! Baptiste

Re: OPTIM : IPv6 literal address parsing

2015-10-13 Thread Willy Tarreau
On Tue, Oct 13, 2015 at 08:10:03PM +0200, Mildis wrote: > > Le 2015-10-10 15:49, Willy Tarreau a écrit : > >Hi, > > >@@ -856,11 +883,28 @@ struct sockaddr_storage *str2sa_range(const char > >*str, int *low, int *high, char > > else { /* IPv4 and IPv6 */ > > int use_fqdn = 0; > > >

Re: Unsubscribe from list

2015-10-13 Thread Willy Tarreau
On Tue, Oct 13, 2015 at 06:24:07PM +, Rich Vigorito wrote: > Hi have had the same experience and was not unsubscribed. CAn you be > unsubscribed manually as well please. Sure, done now. Cheers, Willy

[ANNOUNCE] haproxy-1.6.0 now released!

2015-10-13 Thread Willy Tarreau
Hi everyone, Sixteen months after haproxy 1.5.0 was released, here comes 1.6.0. We've done a much better job this time and despite some code being pushed after the freeze (don't do that again or I'll bite), overall the process has been doing quite well. Recently for our products I had to walk ove

Re: Unsubscribe from list

2015-10-13 Thread Rich Vigorito
Hi have had the same experience and was not unsubscribed. CAn you be unsubscribed manually as well please. From: Willy Tarreau Sent: Tuesday, October 13, 2015 7:22 AM To: Ricardo Cc: haproxy@formilux.org Subject: Re: Unsubscribe from list Hello, On Tue,

Re: OPTIM : IPv6 literal address parsing

2015-10-13 Thread Mildis
Le 2015-10-10 15:49, Willy Tarreau a écrit : Hi, @@ -856,11 +883,28 @@ struct sockaddr_storage *str2sa_range(const char *str, int *low, int *high, char else { /* IPv4 and IPv6 */ int use_fqdn = 0; - port1 = strrchr(str2, ':'); - if (port1)

Re: core dump, lua service, 1.6-dev6 ss-20150930

2015-10-13 Thread Willy Tarreau
Hi again :-) On Tue, Oct 13, 2015 at 06:10:33PM +0200, Willy Tarreau wrote: > I can't reproduce either unfortunately. I'm seeing some other minor > issues related to how the closed input is handled and showing that > pipelining doesn't work (only the first request is handled) but that's > all I'm

Re: core dump, lua service, 1.6-dev6 ss-20150930

2015-10-13 Thread Willy Tarreau
Hi guys, On Tue, Oct 13, 2015 at 10:07:33AM +0200, Thierry FOURNIER wrote: > I'm silently following the thread :) I can't reproducethe issue, I > supposed that is because it appears on FreeBSD, but I suppose that it > will be appear on Linux. > > Westerday my laptop were out of battery, so it reb

Re: About maxconn and minconn

2015-10-13 Thread Willy Tarreau
Hi Dmitry, sorry for the delay, I really didn't have time to analyse the config you sent me. A few points below : On Wed, Oct 07, 2015 at 04:18:20PM +0300, Dmitry Sivachenko wrote: > Oct 7 08:33:03 srv1 haproxy[77565]: unix:1 [07/Oct/2015:08:33:02.428] > MT-front MT_RU_EN-back/ 0/1000/-1/-1/10

Postfix Dovecot with HAproxy

2015-10-13 Thread Michael JOIGNY
Hi Everyone, I wouldlike to set up a postfix-dovecot with HA using HAproxy but im facing issues. I've followed this documentation : http://wiki2.dovecot.org/HAProxy (pour dovecot) http://blog.haproxy.com/2012/06/30/efficient-smtp-relay-infrastructure-with-postfix-and-load-balancers/ (pour po

Re: How to configure frontend/backend for SSL OR Non SSL Backend?

2015-10-13 Thread Daren Sefcik
I will need to look at your suggestion some more to understand how it will pass 443 traffic to the backend server, I only see definitions for port 80. Since I am using pfsense and the haproxy package I will also have to figure out how to define peers as that does not seem to be available in the web

Re: Unsubscribe from list

2015-10-13 Thread Willy Tarreau
Hello, On Tue, Oct 13, 2015 at 10:30:04AM +0200, Ricardo wrote: > Hello, > > I have been trying to unsubscribe from list a few times but it didn't work. > Please, can somebody check if the account haproxy+unsubscr...@formilux.org is > working as expected. It definitely works since I'm seeing su

Re: Unsubscribe from list

2015-10-13 Thread Kobus Bensch
Once on this list you can never leave. On 13/10/2015 09:30, Ricardo wrote: Hello, I have been trying to unsubscribe from list a few times but it didn't work. Please, can somebody check if the account haproxy+unsubscr...@formilux.org is working as

Unsubscribe from list

2015-10-13 Thread Ricardo
Hello, I have been trying to unsubscribe from list a few times but it didn't work. Please, can somebody check if the account haproxy+unsubscr...@formilux.org is working as expected. Thanks,

Re: core dump, lua service, 1.6-dev6 ss-20150930

2015-10-13 Thread Thierry FOURNIER
On Tue, 13 Oct 2015 00:46:43 +0200 Willy Tarreau wrote: > On Tue, Oct 13, 2015 at 12:32:08AM +0200, PiBa-NL wrote: > > >Yep so here rqh is in fact req->buf->i and as you noticed it's been > > >decremented a second time. > > > > > >I'm seeing this which I find suspicious in hlua.c : > > > > > >