Haproxy core utilization

2015-08-16 Thread Haim Ari
Hello, i noticed that sometimes (if i monitor the server using top for a few minutes) one haproxy process seem to have 99% utilization while the other three are about 25% How can i avoid this behavior ? (how can i force haproxy not to use core 0) Ubuntu 12.04.5 LTS Haproxy 1.5.9 nproc 4 --

HAProxy for Statis IP redundancy

2015-08-16 Thread Mitchell Gurspan
Hi - Would you be able to tell me if HAProxy can be used to solve the following problem? I host an iis 7.5) windows site on a comcast business static IP (in office). the internet goes down sometimes and I'd like redundancy. I cant find the proper way to add a second internet

[PATCH] DOC: match several lua configuration option names to those implemented in code

2015-08-16 Thread PiBa-NL
Hi, Ive found some inconsistencies in the documentation, patch attached. Could you take a look and merge it? Thanks. Regards, PiBa-NL From 007f377f637dbafc47cb77f6650e4df55e08b608 Mon Sep 17 00:00:00 2001 From: Pieter Baauw piba.nl@gmail.com Date: Sun, 16 Aug 2015 15:26:24 +0200 Subject:

[PATCH] BUILD: add USE_LUA to BUILD_OPTIONS when it's used

2015-08-16 Thread Cyril Bonté
haproxy -vv doesn't indicate that USE_LUA was specified at compilation time. This is caused by the Makefile, which doesn't update BUILD_OPTIONS. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 6ab7d54..63ac6ef 100644 --- a/Makefile +++ b/Makefile @@

[PATCH] MINOR cfgparse: Correct the mailer warning text to show the right names to the user

2015-08-16 Thread PiBa-NL
Hi Guys, Patch attached to correct the mailer warning text to show the right names to the user. Regards, PiBa-NL From aa2cccdf5e95d2850692ec8189fc9ed20a586575 Mon Sep 17 00:00:00 2001 From: Pieter Baauw piba.nl@gmail.com Date: Mon, 17 Aug 2015 00:45:05 +0200 Subject: [PATCH] MINOR

Re: HAProxy for Statis IP redundancy

2015-08-16 Thread Igor Cicimov
On 16/08/2015 11:21 PM, Mitchell Gurspan mitch...@visualjobmatch.com wrote: Hi – Would you be able to tell me if HAProxy can be used to solve the following problem? I host an iis 7.5) windows site on a comcast business static IP (in office). the internet goes down sometimes and I’d like

Re: IP address ACLs

2015-08-16 Thread CJ Ess
Sounds good. If I use the external file, will HAProxy reload it if the modification timestamp changes? Or do I need to explicitly send a reload signal? On Sat, Aug 15, 2015 at 3:39 AM, Baptiste bed...@gmail.com wrote: Hi, there is no performance drop of loading from a file or directly in the

Re: Regarding using HAproxy for rate limiting

2015-08-16 Thread Amol
Hi Baptiste,I tried to read about SC0 and SRC, but i am not quite sure what i would gain by changing SRC to SCO for the acl paramters? did u have some example to explain? Thanks From: Amol mandm_z...@yahoo.com To: Baptiste bed...@gmail.com Cc: HAproxy Mailing Lists haproxy@formilux.org

Re: Forwarding issue

2015-08-16 Thread Roman Gelfand
Thanks for your help. So, it appears that in certain instances a POST is done using relative path or URN. The question is how do I tell haproxy that this is related to the original url that is found on the certificate. Meaning, this part I need to change so that the forwarding is done based on

Re: [PATCH] BUILD: add USE_LUA to BUILD_OPTIONS when it's used

2015-08-16 Thread Willy Tarreau
On Sun, Aug 16, 2015 at 08:27:38PM +0200, Cyril Bonté wrote: haproxy -vv doesn't indicate that USE_LUA was specified at compilation time. This is caused by the Makefile, which doesn't update BUILD_OPTIONS. Patch applied, thank you Cyril. Willy