HAProxy Next?

2013-12-17 Thread Annika Wickert
Hi all, we did some thinking about how to improve haproxy and which features we’d like to see in next versions. We came up with the following list and would like to discuss if they can be done/should be done or not. - One global statssocket which can be switched through to see stats of every

Re: HAProxy Next?

2013-12-17 Thread Baptiste
Hi, My answers inline. On Tue, Dec 17, 2013 at 9:14 AM, Annika Wickert a.wick...@traviangames.com wrote: - One global statssocket which can be switched through to see stats of every bind process. And also an overall overview summed up from all backends and frontends. - One global control

Re: HAProxy Next?

2013-12-17 Thread Delta Yeh
1. timedate acl condition, like iptables time match 1. embedded lua script to do ACL and content switch 1. SO_ORIGINAL_DST support so there is no need to config backend server(for sper lazy guy,:D) 2013/12/17 Annika Wickert a.wick...@traviangames.com Hi all, we did some thinking

Re: HAProxy Next?

2013-12-17 Thread Neil - HAProxy List
Hi I'd like the option of a web based api to replace the functionality of the web admin pages with a service which can be used remotely to monitor and control multiple haproxy and provide any fancy authentication and auditing outside of the haproxy service using whichever tech seems appropriate.

Re: HAProxy Next?

2013-12-17 Thread Annika Wickert
Hi, Hi, My answers inline. On Tue, Dec 17, 2013 at 9:14 AM, Annika Wickert a.wick...@traviangames.com wrote: - One global statssocket which can be switched through to see stats of every bind process. And also an overall overview summed up from all backends and frontends. - One global

RE: HAProxy Next?

2013-12-17 Thread Lukas Tribus
Hi! - sflow output Can't log-format already do this? Sure, but it might be a better integration in the rest of networking infrastructure if sflow is supported. FYI, Neil Mckee has a fork available with sflow support: http://marc.info/?t=13673552702r=1w=2

Re: HAProxy Next?

2013-12-17 Thread Annika Wickert
Hi Hi! - sflow output Can't log-format already do this? Sure, but it might be a better integration in the rest of networking infrastructure if sflow is supported. FYI, Neil Mckee has a fork available with sflow support: http://marc.info/?t=13673552702r=1w=2

Re: HAProxy Next?

2013-12-17 Thread Andrei Marinescu
Hi everyone, Sorry if it's not my place to do this, but I just wanted to upvote Annika's idea about latency metrics in the stats interface. Also, if there's a workaround already available for easily measuring these metrics, I would love to know more. Best regards to everyone! Andrei

Re: HAProxy Next?

2013-12-17 Thread Kobus Bensch
Hi I am new to the list, but long time user. One thing I would find useful is traffic forwarded on the tcp mode on a multiple ip address system, to leave the system on the same ip address as it was received, much like the forward for http mode. At the moment, the receiving system see the

haproxy dev21 high cpu usage

2013-12-17 Thread Sander Klein
Hi, I've enabled http-keep-alive in my config and now haproxy continuously peaks at 100% CPU usage where without http-keep-alive it only uses 10-13% CPU. Is this normal/expected behavior? Greets, Sander

Re: HAProxy Next?

2013-12-17 Thread k simon
-haproxy is a good tcp proxy ,now it can classify http traffic, and it's cool to classify other type traffic such as telnet\ssh\ftp etc. ? 17/12/13 ??4:14, Annika Wickert ??: Hi all, we did some thinking about how to improve haproxy and which features we’d like to see in next versions.

Re: haproxy dev21 high cpu usage

2013-12-17 Thread Guillaume Castagnino
Le mardi 17 décembre 2013 10:32:30 Sander Klein a écrit : Hi, I've enabled http-keep-alive in my config and now haproxy continuously peaks at 100% CPU usage where without http-keep-alive it only uses 10-13% CPU. Is this normal/expected behavior? Hi, Indeed, I can confirm this behaviour

Re: HAProxy Next?

2013-12-17 Thread Baptiste
On Tue, Dec 17, 2013 at 10:29 AM, Kobus Bensch kobus.ben...@trustpayglobal.com wrote: Hi I am new to the list, but long time user. One thing I would find useful is traffic forwarded on the tcp mode on a multiple ip address system, to leave the system on the same ip address as it was

Re: HAProxy Next?

2013-12-17 Thread Holger Just
Annika Wickert wrote: - Include possibility in configfile to maintain one configfile for each backend / frontend pair There are several scripts out there which concat files in a well-known directory structure together to form a single final config file. These can be used in your init script

Re: HAProxy Next?

2013-12-17 Thread Chris Burroughs
On 2013-12-17 03:14, Annika Wickert wrote: - accesslist for statssocket or ldap authentication for stats socket For ldap auth I presume you mean the web ui. You could accomplish this today by proxying through httpd (or equivalent).

Re: haproxy dev21 high cpu usage

2013-12-17 Thread Willy Tarreau
On Tue, Dec 17, 2013 at 10:44:12AM +0100, Guillaume Castagnino wrote: Le mardi 17 décembre 2013 10:32:30 Sander Klein a écrit : Hi, I've enabled http-keep-alive in my config and now haproxy continuously peaks at 100% CPU usage where without http-keep-alive it only uses 10-13% CPU.

Re: haproxy dev21 high cpu usage

2013-12-17 Thread Willy Tarreau
On Tue, Dec 17, 2013 at 02:05:13PM +0100, Willy Tarreau wrote: On Tue, Dec 17, 2013 at 10:44:12AM +0100, Guillaume Castagnino wrote: Le mardi 17 décembre 2013 10:32:30 Sander Klein a écrit : Hi, I've enabled http-keep-alive in my config and now haproxy continuously peaks at 100%

Re: haproxy dev21 high cpu usage

2013-12-17 Thread Sander Klein
On , Willy Tarreau wrote: On Tue, Dec 17, 2013 at 10:44:12AM +0100, Guillaume Castagnino wrote: Le mardi 17 décembre 2013 10:32:30 Sander Klein a écrit : Hi, I've enabled http-keep-alive in my config and now haproxy continuously peaks at 100% CPU usage where without http-keep-alive it only

Liderazgo E Integración De Equipos de Trabajo

2013-12-17 Thread Yair Vargas
Conferencia Especial: Liderazgo E Integración De

Re: HAProxy Next?

2013-12-17 Thread Ghislain
Le 17/12/2013 10:37, k simon a écrit : -haproxy is a good tcp proxy ,now it can classify http traffic, and it's cool to classify other type traffic such as telnet\ssh\ftp etc. oh pop/imap would be so nice ! one proxy to protect them all and in the light bind them ( eh ftp is dead, do you

Re: HAProxy Next?

2013-12-17 Thread Kobus Bensch
Hi I tried this but it does not work. I use TCP mode because I have https servers in the backend. If I turn on transparent, I can round robin and the LB does not forward the traffic at all. Everything appears broken. Kobus On 17/12/2013 09:57, Baptiste wrote: On Tue, Dec 17, 2013 at

acl based removing request headers

2013-12-17 Thread Heřbolt , Lukáš
Hi all, we are using 1.5dev19 and I like to know is there option to use acl and reqidel. What I want. Remove accept-encoding gzip, deflate when matched acl. Because I know that client is broken. And I want to set gzip compression globaly on. Thank you. Lukáš Heřbolt Linux Administrátor ETNETERA

News driven and ready for a big jolt

2013-12-17 Thread Kristy Knoblock
Title: CEL-SCI (CVM) Stock Alert If you can't see this message, view it here.