Re: set different weights for different URIs, possible?

2014-04-07 Thread Baptiste
Hi Yasaman, You should create a couple of backend where you setup different weight per servers and use frontend capacity to route HTTP request using acls and use_backend. Baptiste On Mon, Apr 7, 2014 at 7:30 AM, Yasaman Amannejad jazmine.amanne...@gmail.com wrote: Hi everyone, I have a

File access via haproxy

2014-04-07 Thread Andrey Zakabluk
Hi! Can I redirect request from client on the local directory(server) via haproxy? For example: If user send request - crossdomain.xm I am redirect its on the directory /opt/crossdomain/ , folder for files. This is file be on the server whith haproxy. In NGINX this is has form location / {

Haproxy 1.5 stable release date

2014-04-07 Thread Jean-Christian BEDIER
Hello everyone, Is there a release date for haproxy 1.5 stable version ? Regarding this list: http://haproxy.1wt.eu/knownbugs-1.3.html , 1.5.22 is bug free, does anyone here has a feedback about 1.5.22 in production environment ? Thanks for your help, Regards,

RE: File access via haproxy

2014-04-07 Thread Lukas Tribus
Hi, Hi! Can I redirect request from client on the local directory(server) via haproxy? For example: If user send request - crossdomain.xm I am redirect its on the directory /opt/crossdomain/ , folder for files. This is file be on the server whith haproxy. HAproxy doesn't serve files from

RE: Haproxy 1.5 stable release date

2014-04-07 Thread Lukas Tribus
Hi, Hello everyone,    Is there a release date for haproxy 1.5 stable version ?    Regarding this list: http://haproxy.1wt.eu/knownbugs-1.3.html , 1.5.22 is bug free, does anyone here has a feedback about 1.5.22 in production environment ? The is no ETA. This is a list for bugs for the

1.5 latest segfault trying to negate acl

2014-04-07 Thread Neil - HAProxy List
Hello my logs have a uncomforting line *kernel: [7302179.685736] haproxy[1766]: segfault at 7c ip 7f6629410a9f sp 7fffdaf98868 error 4 in libc-2.15.so http://libc-2.15.so[7f66292ae000+1b5000]* We caused this trying to use this config which tries to track the source of a connection

RE: 1.5 latest segfault trying to negate acl

2014-04-07 Thread Lukas Tribus
Hi Neil, my logs have a uncomforting line    kernel: [7302179.685736] haproxy[1766]: segfault at 7c ip  7f6629410a9f sp 7fffdaf98868 error 4 in  libc-2.15.sohttp://libc-2.15.so[7f66292ae000+1b5000]    We caused this trying to use this config which tries to track the  source of a

Spam

2014-04-07 Thread Juan Jimenez
Is there a reason this list allows anyone to post messages? The amount of spam on this list is astounding. This is 2014, folks. The methods to prevent this became good practice long, long ago. Juan Jiménez Electric Cloud, Inc. Sr. Solutions Engineer - US Northeast Region Mobile +1.787.464.5062 |

Vidéo, Coaching, Technique, Santé : un contenu riche cette semaine !

2014-04-07 Thread Frédéric
Cette newsletter vous a été envoyée au format graphique HTML. Si vous lisez cette version, alors votre logiciel de messagerie préfère les e-mails au format texte. Vous pouvez lire la version originale en ligne:

Re: Compile ZLIB in OpenBSD 5.4

2014-04-07 Thread Jorge Severino
The same error, i add -lz in ADDLIB the Makefile.bsd and run: root@haproxy01 $ make Makefile.bsd USE_ZLIB=1 *** Parse error in /tmp/haproxy-1.5-dev22: Missing dependency operator (Makefile:202) *** Parse error: Need an operator in 'else' (Makefile:206) *** Parse error: Missing dependency operator

Re: Compile ZLIB in OpenBSD 5.4

2014-04-07 Thread Jorge Severino
If install gmake for compile in openbsd, i work? 2014-04-07 12:34 GMT-03:00 Jorge Severino severino.jo...@gmail.com: The same error, i add -lz in ADDLIB the Makefile.bsd and run: root@haproxy01 $ make Makefile.bsd USE_ZLIB=1 *** Parse error in /tmp/haproxy-1.5-dev22: Missing dependency

Re: ereq steadily increasing

2014-04-07 Thread Bryan Talbot
I finally captured some 504s in the debug logging. 129 since yesterday afternoon. They all seem to look like this: Mar 30 14:46:19.000 haproxy-k49 haproxy[19450]: x.x.x.x:49638 [30/Mar/2014:14:45:19.533] frontend_https~ tapp_http/tapp-m2t 77/0/4/6/60081 504 343 - -

Re: ereq steadily increasing

2014-04-07 Thread Baptiste
On Mon, Apr 7, 2014 at 5:44 PM, Bryan Talbot bryan.tal...@playnext.com wrote: I finally captured some 504s in the debug logging. 129 since yesterday afternoon. They all seem to look like this: Mar 30 14:46:19.000 haproxy-k49 haproxy[19450]: x.x.x.x:49638 [30/Mar/2014:14:45:19.533]

RE: Compile ZLIB in OpenBSD 5.4

2014-04-07 Thread Lukas Tribus
Hi, The same error, i add -lz in ADDLIB the Makefile.bsd and run: root@haproxy01 $ make Makefile.bsd USE_ZLIB=1 Wrong command, you are missing the -f. And yes, GNU make would work with the default makefile. Regards, Lukas

timeout after USR1 signal

2014-04-07 Thread Patrick Viet
Hi, I'm wondering if there is some way to have some kind of timeout after haproxy receives the USR1 soft stop signal sent by haproxy -sf old process. I don't want to kill everyone brutally, but if I have a client that's hanging on for a connection way too long after a reconfiguration, may he

Re: timeout after USR1 signal

2014-04-07 Thread Jorge Severino
My experience is not good. With sf and st duplicated and created children process for any reload. With st lost pid and zombie process make. With sf and st so much conections in state CLOSE WAIT. El 07/04/2014 16:30, Patrick Viet patrick.v...@gmail.com escribió: Hi, I'm wondering if there is