Re: Capture and forward extended PKI cert attributes (e.g. UPN) using HAProxy

2016-06-21 Thread Dariusz Suchojad
on input from HAProxy, set REMOTE_USER and hand it over to a backend. Not exactly ideal but I just don't see any other way as of today. regards, -- Dariusz Suchojad https://zato.io ESB, SOA, REST, APIs and Cloud Integrations in Python

Re: Lua - UNIX sockets and reload

2016-06-21 Thread Dariusz Suchojad
. So, when program control is redirected to Lua, does Lua receive a handle to that main server object? The point being, I could possibly just call HAProxy's own functions, for instance to return statistics to Lua which would reformat them into the output format required. Do you think that would be feasi

Re: Lua - UNIX sockets and reload

2016-06-21 Thread Dariusz Suchojad
. So, when program control is redirected to Lua, does Lua receive a handle to that main server object? The point being, I could possibly just call HAProxy's own functions, for instance to return statistics to Lua which would reformat them into the output format required. Do you think that would be feasi

Re: Lua - UNIX sockets and reload

2016-06-21 Thread Dariusz Suchojad
/gmane.comp.web.haproxy/28337 regards, -- Dariusz Suchojad https://zato.io ESB, SOA, REST, APIs and Cloud Integrations in Python

Lua - UNIX sockets and reload

2016-06-16 Thread Dariusz Suchojad
cannot is not capable of what is needed then I would just prefer to clarify it upfront. best regards, -- Dariusz Suchojad https://zato.io ESB, SOA, REST, APIs and Cloud Integrations in Python

Ann: Python library for controlling HAProxy over SSL XML-RPC

2013-06-04 Thread Dariusz Suchojad
:-) cheers, -- Dariusz Suchojad https://zato.io The next generation ESB and application server. Open-source. In Python.

Accessing HAProxy statistics in Python

2011-07-01 Thread Dariusz Suchojad
Hello, I've written a short blog post on accessing HAProxy statistics from Python - https://bit.ly/j0sDsb - it's nothing big but I hope it can at least serve as a starting point for someone trying to implementing a more sophisticated solution. Thought I'd let you know. cheers, -- Dariusz

Configuration file is valid (even though it isn't?)

2010-10-14 Thread Dariusz Suchojad
timeout client 5000 timeout server 5000 backend bck1 server server1 10.152.17.13:17093 check inter 2saa rise 2 fall 2x frontend front1 mode tcp default_backend bck1 bind 0.0.0.0:27025 maxconn 300 # cheers, -- Dariusz Suchojad

Re: HAProxy 1.4.2 on z/Linux - segfaults LIST_DEL(s-list); and hangs

2010-03-21 Thread Dariusz Suchojad
reliably on your platform ? Not really, it's the first time we're using HAProxy on that platform. OK so I wish you that it works well for this first time :-) Cheers! -- Dariusz Suchojad

HAProxy 1.4.2 on z/Linux - segfaults LIST_DEL(s-list); and hangs

2010-03-19 Thread Dariusz Suchojad
me a bit here? What should I take a look at now? Cheers! -- Dariusz Suchojad $ gdb ./src/haproxy-1.4.2/haproxy GNU gdb Red Hat Linux (6.5-37.el5rh) Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change

Re: HAProxy 1.4.2 on z/Linux - segfaults LIST_DEL(s-list); and hangs

2010-03-19 Thread Dariusz Suchojad
, are you aware of any version that has worked reliably on your platform ? Not really, it's the first time we're using HAProxy on that platform. Thanks! -- Dariusz Suchojad