Re: Reg: HAProxy 1.6.12 on RHEL7.2 (MAXCONN in FRONT-END/LISTEN BLOCK)

2017-07-03 Thread Igor Cicimov
On Tue, Jul 4, 2017 at 1:34 PM, Velmurugan Dhakshnamoorthy < dvel@gmail.com> wrote: > Thanks much for detailed explanation. > > Once the limit of 100 sessions are reached, note we are talking about *100 > sessions in Weblogic* and *NOT 100 connections to the backend*, what is > the Weblogic se

Re: Reg: HAProxy 1.6.12 on RHEL7.2 (MAXCONN in FRONT-END/LISTEN BLOCK)

2017-07-03 Thread Velmurugan Dhakshnamoorthy
Thanks much for detailed explanation. Once the limit of 100 sessions are reached, note we are talking about *100 sessions in Weblogic* and *NOT 100 connections to the backend*, what is the Weblogic server going to do? We need to understand what happens on Weblogic side once the 101st session is ac

Re: DNS resolver for backend with server/service with multiple IP's

2017-07-03 Thread Igor Cicimov
On Mon, Jul 3, 2017 at 11:52 PM, Baptiste wrote: > > > On Mon, Jul 3, 2017 at 9:32 AM, Igor Cicimov com> wrote: > >> Hi, >> >> If I remember correctly, there was a feature that was talked about on the >> mailing list, and was said it should make it into 1.7, where the >> dns-resolver can work wi

Re: [PATCH] BUG-MINOR WURFL engine target fix

2017-07-03 Thread Willy Tarreau
Hi Massimiliano, On Mon, Jul 03, 2017 at 02:55:24PM +0200, Scientiamobile wrote: > Hi Willy, > > a small patch to fix a problem on Scientiamobile WURFL module's "Engine > Target" option Could you please provide a commit message for this fix explaining what it's about, what is the expected visibl

Re: rewrite URI

2017-07-03 Thread Haim Ari
using path_beg works Thank you From: Jarno Huuskonen Sent: Thursday, June 15, 2017 7:24 AM To: Haim Ari Cc: haproxy@formilux.org Subject: Re: rewrite URI Hi, On Wed, Jun 14, Haim Ari wrote: > yea, i tried that, does not work Doesn't work how: path is not

Re: DNS resolver for backend with server/service with multiple IP's

2017-07-03 Thread Baptiste
On Mon, Jul 3, 2017 at 9:32 AM, Igor Cicimov wrote: > Hi, > > If I remember correctly, there was a feature that was talked about on the > mailing list, and was said it should make it into 1.7, where the > dns-resolver can work with dns records that return multiple IP's, like lets > say: > > root@

Re: How to forward HTTP / HTTPS to different backend proxy servers

2017-07-03 Thread Daren Sefcik
On Sun, Jul 2, 2017 at 7:30 PM, Michael Ezzell wrote: > > > On Jul 2, 2017 8:41 PM, "Daren Sefcik" wrote: > > yep, pretty much..I just need some help to figure out how to make it > work > > example log entries for https and http, you can see how the "443" goes to > one backenad and the regul

[PATCH] BUG-MINOR WURFL engine target fix

2017-07-03 Thread Scientiamobile
Hi Willy, a small patch to fix a problem on Scientiamobile WURFL module's "Engine Target" option Thanks and regards -Massimiliano From 28badec3241c9b8d7c1b56aab5e5c4c5b76624c2 Mon Sep 17 00:00:00 2001 From: scientiamobile Date: Mon, 3 Jul 2017 13:34:33 +0200 Subject: [PATCH] BUG-MINOR WURFL engi

Logging TLVs from PROXY protocol v2

2017-07-03 Thread Marc Boschma
Is there anyway to log details from the PROXY protocol version 2, such as namespace or any other TLVs? Especially custom… On TLVs I'm looking at someway to pass through a unique ID across a series of proxies. So being able to inspect TLV and or passed in namespace values and make processing decisi

Re: Proposal: modify stat socket command feedback

2017-07-03 Thread Andjelko Iharos
On 07/02/2017 09:52 PM, Willy Tarreau wrote: > Hi Dennis, > > On Sat, Jul 01, 2017 at 01:37:52AM +0200, Dennis Jacobfeuerborn wrote: >> I had to deal with this issue recently as well but I'd rather like to >> see a more explicit and well defined response in all cases rather than >> the workaround

Re: Restrict HAProxy stats page to a specific IP

2017-07-03 Thread Kaushal Shriyan
On Mon, Jul 3, 2017 at 1:04 PM, Jarno Huuskonen wrote: > Hi, > > On Fri, Jun 30, Kaushal Shriyan wrote: > > I am running HAProxy version haproxy-1.5.x in my setup. I did added the > > below settings. > > > > > *listen stats_frontend bind *:1936 mode http stats enable stats > uri / > > > # > >

Re: Restrict HAProxy stats page to a specific IP

2017-07-03 Thread Jarno Huuskonen
Hi, On Fri, Jun 30, Kaushal Shriyan wrote: > I am running HAProxy version haproxy-1.5.x in my setup. I did added the > below settings. > > > *listen stats_frontend bind *:1936 mode http stats enable stats uri / > > # > > http://cbonte.github.io/haproxy-dconv/1.5/configuration.html#4-stats%20a

DNS resolver for backend with server/service with multiple IP's

2017-07-03 Thread Igor Cicimov
Hi, If I remember correctly, there was a feature that was talked about on the mailing list, and was said it should make it into 1.7, where the dns-resolver can work with dns records that return multiple IP's, like lets say: root@ip-10-77-0-94:~# dig +short tomcat.service.consul A 10.77.4.234 10.7