Re: acl regex

2015-11-12 Thread Guillaume Bourque
Hi all, I’m not far but it does not work so any recommendation would be very helpfull I just need some very simple redirect but after looking into aloa doc the happy doc, I can’t find examples that could help me do this, okay I must admit I did not sleep for the last 30 hours so that could

HAProxy returned errors, keep-alive, Content-Length

2015-11-12 Thread Graham Forest
Hi, I'm hitting the errorfile and keep-alive behavior described in this post https://www.marc.info/?t=14162632441=1=1. A WIP patch is attached that helps one tangential portion of this, and pointers are requested for how to work around the rest. The high-level summary is that

Re: acl regex

2015-11-12 Thread Guillaume Bourque
Hourra Aleks, it’s working thanks a lot I will try more in deep in a few hour but wanted to tank you as soon as I test it Again thanks --- Guillaume Bourque, B.Sc., Le 2015-11-12 à 16:19, Aleksandar Lazic a écrit : > Hi. > > Am 12-11-2015 21:16, schrieb Guillaume

Re: acl regex

2015-11-12 Thread Aleksandar Lazic
Hi. Am 12-11-2015 21:16, schrieb Guillaume Bourque: Hi all, I’m not far but it does not work so any recommendation would be very helpfull I just need some very simple redirect but after looking into aloa doc the happy doc, I can’t find examples that could help me do this, okay I must admit I

Re: acl regex

2015-11-12 Thread Igor Cicimov
On Thu, Nov 12, 2015 at 6:44 PM, Guillaume Bourque < guillaume.bour...@logisoftech.com> wrote: > Hi, > > thanks for the suggestion but it did not work for me. I tried > >acl fr_top url_reg/?lang= >acl fr_top url_reg

Re: acl regex

2015-11-12 Thread Guillaume Bourque
Hello Igor, thanks a lot still not working would I need to escape the = > http-request redirect location /store code 301 if { capture.req.uri lang\= -m > found } Bye --- Guillaume Bourque, B.Sc., Le 2015-11-12 à 03:59, Igor Cicimov a écrit : > > > On

Fast 7days production to catch your chritmas lights purchaing

2015-11-12 Thread Vivi Liu
HiFriends, WesupplyrealIP65LEDstringlightswithblisterbulbs,Fol=lowingisourpromotionpricebeforechristmastoyou: 10meterswith100bulbsWithmaleandfemaleconnectorWith1.5metersplugs220V Red =bsp; USD7.5/unitBlue&=nbsp;USD7.5/unitGreen =USD7.5/unitYellow =;USD7.5/unitWhite

Re: HAProxy and backend on the same box

2015-11-12 Thread Igor Cicimov
On 13/11/2015 1:04 AM, "jaleel" wrote: > > Hello, > > I am trying to setup the following for deployment > > I have 2 servers. > server1: eth0:10.200.2.211 (255.255.252.0) > eth1: 192.168.10.10 (255.255.255.0) > server2: eth0: 10.200.2.242 (255.255.252.0) >

[LUA] more documentation

2015-11-12 Thread Thierry FOURNIER
Hi all, If you are interested by the Lua subject, I put a new technical documentation online: http://www.arpalert.org/haproxy-lua.html This documentation is also avalaible in the direction "doc/" of the HAProxy source project. Thierry

RE: Haproxy on solaris 11

2015-11-12 Thread Lukas Tribus
Hi Roja, > Hi, > > We need to install Haproxy on Solaris 11 sparc. > > I have downloaded from haproxy.org and taken example of sample > configuration file haproxy.cfg. > > I am getting the error while compiling the code.  You are not compiling the code. You are starting haproxy here.

Haproxy on solaris 11

2015-11-12 Thread Roja Venkata Rani
Hi, We need to install Haproxy on Solaris 11 sparc. I have downloaded from haproxy.org and taken example of sample configuration file haproxy.cfg. I am getting the error while compiling the code. root@ibri:/usr/local/haproxy# ./haproxy-1.4.24-pcre-solaris-sparc.notstripped -f ./haproxy.cfg

RE: Haproxy on solaris 11

2015-11-12 Thread Lukas Tribus
> Hi Lukas, > > Sorry for that. I am not a operating system engineer. Than I suggest a commercial product with commercial support, like those from haproxy.com. I'm afraid its not possible to provide support for basic operating system tasks on this list (like understanding the presence or absence

Re: HAProxy and backend on the same box

2015-11-12 Thread Aleksandar Lazic
Am 13-11-2015 06:14, schrieb jaleel: It works if HAProxy and backend are in different box, but when both are in same box it didn't work Maybe because the iptables rule is a different from 'localhost' then from external. Please take a look at the picture

Re: HAProxy and backend on the same box

2015-11-12 Thread Aleksandar Lazic
Hi. But do you really think this is a haproxy Problem? Am 13-11-2015 08:38, schrieb Aleksandar Lazic: Am 13-11-2015 06:14, schrieb jaleel: It works if HAProxy and backend are in different box, but when both are in same box it didn't work Maybe because the iptables rule is a different from

RE: Haproxy on solaris 11

2015-11-12 Thread Roja Venkata Rani
Hi Lukas, But I am database engineer and working on unix operating systems since 10 years. Anyways, I have fixed myself for all the errors related to OS. In case of any issues, will let you know. Thanks & Regards, Roja Venkata Rani Tammu Oracle Apps DBA Imtac LLC P.O.Box 196, P.C.116, Mina

HAProxy and backend on the same box

2015-11-12 Thread jaleel
Hello, I am trying to setup the following for deployment I have 2 servers. server1: eth0:10.200.2.211 (255.255.252.0) eth1: 192.168.10.10 (255.255.255.0) server2: eth0: 10.200.2.242 (255.255.252.0) eth1: 192.168.20.10 (255.255.255.0) VRRP between server1 and server2

Re: HAProxy and backend on the same box

2015-11-12 Thread jaleel
It works if HAProxy and backend are in different box, but when both are in same box it didn't work On Fri, Nov 13, 2015 at 1:56 AM, Igor Cicimov < ig...@encompasscorporation.com> wrote: > > On 13/11/2015 1:04 AM, "jaleel" wrote: > > > > Hello, > > > > I am trying to setup

Re: HAProxy does not write 504 on keep-alive connections

2015-11-12 Thread Laurent Senta
> > > > I traced back that change to: > > > http://git.haproxy.org/?p=haproxy-1.6.git;a=commit;h=6b726adb35d998eb55671c0d98ef889cb9fd64ab > > > > I don't understand why it's saner to kill the connection and hide the 504 > > instead of clearly stating the error and let the application handle the >