Re: Disable server in stat page triggers 503

2013-01-15 Thread Igor
Hi, conf like: listen admin bind 127.0.0.1:11199 stats enable stats hide-version stats uri /ha-stats stats realm Ha\ statistics stats auth admin:admin stats refresh 60s stats admin if TRUE I will try remove password to check that.

Re: Disable server in stat page triggers 503

2013-01-15 Thread Cyril Bonté
Hi Igor, Le 15/01/2013 09:00, Igor a écrit : Hi, conf like: listen admin bind 127.0.0.1:11199 stats enable stats hide-version stats uri /ha-stats stats realm Ha\ statistics stats auth admin:admin stats refresh 60s stats

Re: Disable server in stat page triggers 503

2013-01-15 Thread Willy Tarreau
On Tue, Jan 15, 2013 at 09:09:22AM +0100, Cyril Bonté wrote: Hi Igor, Le 15/01/2013 09:00, Igor a écrit : Hi, conf like: listen admin bind 127.0.0.1:11199 stats enable stats hide-version stats uri /ha-stats stats realm Ha\ statistics

Re: Disable server in stat page triggers 503

2013-01-15 Thread Igor
OOps, here's the default session :) defaults log global modehttp option httplog option http-no-delay option logasap option tcp-smart-accept option tcp-smart-connect retries 2 option redispatch maxconn 4096

enabling SPDY

2013-01-15 Thread KT Walrus
I'd like to enable SPDY protocol using nginx. For this to work, do the frontend haproxy load balancers need to operate in tcp mode only? Or, can they use http mode to pass the SPDY requests to nginx?

RE: enabling SPDY

2013-01-15 Thread Lukas Tribus
Theoretically you are able to offload SSL at haproxy, and pass raw, unencrypted SPDY to the backend. I doubt however that this has been done before, and nginx most certainly doesn't accept unencrypted SPDY traffic, so yes, tcp mode will be the only option for now. Regards, Lukas From: