Re: Debian/Ubuntu packages for HAProxy

2013-09-10 Thread Josip Lazic
Vincent Bernat bernat@... writes: ❦ 24 juin 2013 14:50 CEST, Hervé COMMOWICK herve.commowick at lizeo- group.com : Something i do in my personal package is to include halog tool, which is in contrib directory, would be great if you can include that too. OK, will do. Do you know when

Re: Debian/Ubuntu packages for HAProxy

2013-09-10 Thread Vincent Bernat
❦ 10 septembre 2013 10:18 CEST, Josip Lazic jo...@togs.biz : Something i do in my personal package is to include halog tool, which is in contrib directory, would be great if you can include that too. OK, will do. Do you know when you will be able to include halog? Thanks. It has been

RE: help with long connect times and timeout

2013-09-10 Thread Lukas Tribus
Hi Ricardo, I'm using the current defaults and added this to the config:  Can you post the full configuration? The part about timeouts is important in this case. Also, please specify what release you are using. However once I startup haproxy, and I attempt to connect to the proxy from

Question concerning the server entity

2013-09-10 Thread Andreas Mock
Hi all, for my understanding. When I have a declaration in HAProxy 1.5.x like the following: frontend F1 default BE1 frontend F2 default BE2 backend BE1 server S1 IP1:Port1 server S2 IP2:Port2 backend BE2 server S1 IP1:Port1 server S2 IP2:Port2 Is then S1 (identified

Re: Debian/Ubuntu packages for HAProxy

2013-09-10 Thread Josip Lazic
Vincent Bernat bernat@... writes: It has been included by Apollon but we didn't make a release yet. I was waiting for a new -dev, but maybe this won't happen until some time? Could you bump minor version to 1.5-dev19-0ubuntu2 and include halog?

Re: Debian/Ubuntu packages for HAProxy

2013-09-10 Thread Willy Tarreau
On Tue, Sep 10, 2013 at 10:29:24AM +0200, Vincent Bernat wrote: ??? 10 septembre 2013 10:18 CEST, Josip Lazic jo...@togs.biz : Something i do in my personal package is to include halog tool, which is in contrib directory, would be great if you can include that too. OK, will do.

Re: Question concerning the server entity

2013-09-10 Thread Willy Tarreau
Hi Andreas, On Tue, Sep 10, 2013 at 09:57:48AM +, Andreas Mock wrote: Hi all, for my understanding. When I have a declaration in HAProxy 1.5.x like the following: frontend F1 default BE1 frontend F2 default BE2 backend BE1 server S1 IP1:Port1 server S2

AW: Question concerning the server entity

2013-09-10 Thread Andreas Mock
Hi Willy, thank you for your answer and your hint concerning check and track. By the way: When will 1.6.x be out? ;-) Best regards Andreas Mock -Ursprüngliche Nachricht- Von: Willy Tarreau [mailto:w...@1wt.eu] Gesendet: Dienstag, 10. September 2013 15:12 An: Andreas Mock Cc:

Delete response headers unless condition give me a warning

2013-09-10 Thread Ricardo F
Hello, I'm trying to delete some headers in a frontend based on a condition, but when i set the acl: acl header_app hdr_cnt(X-JSON) gt 0 rspidel ^X-.* unless header_app A warning message is print: acl 'header_app' will never match because it only involves keywords that are incompatible with

Balancing between multiple backends from a single frontend?

2013-09-10 Thread Michael Lasevich
Perhaps the best way to ask this question is to show what I am trying to accomplish. I got two backends with two frontends (config greatly over-simplified): backend BE_1 server server1 1.2.3.1 maxconn 2 server server2 1.2.3.2 maxconn 2 backend BE_2 server server3 1.2.3.3