Re: Backend Configuration Templating

2013-02-06 Thread Holger Just
Hi Michael Glenney wrote: We do something similar with chef where we've turned each backend config associated with an application into json and can dynamically build configs based on an application list. Completely avoiding using a template. In my HAProxy Chef cookbook[1], I have defined

-sf/-st not working

2013-02-06 Thread Eugene Istomin
Hello, We have problem with reload/HUP: if i run #/usr/sbin/haproxy -D -f /etc/haproxy/haproxy.cfg -p /var/run/haproxy.pid -sf $(cat /var/run/haproxy.pid) - haproxy process is shutting down and exit from strace: socket(PF_INET, SOCK_STREAM, IPPROTO_TCP) = 4 fcntl(4, F_SETFL,

Re: -sf/-st not working

2013-02-06 Thread Willy Tarreau
Hello Eugene, On Wed, Feb 06, 2013 at 08:29:33PM +0200, Eugene Istomin wrote: Hello, We have problem with reload/HUP: if i run #/usr/sbin/haproxy -D -f /etc/haproxy/haproxy.cfg -p /var/run/haproxy.pid -sf $(cat /var/run/haproxy.pid) - haproxy process is shutting down and exit This is the