how to perform 2 healthcheck at once ?

2011-01-19 Thread Илья Шипицин
Dear Sirs, we are running haproxy for SSL balancing using tcp mode clusters. and we are using http checks. actual config is: listen cluster.auth 0.0.0.0:443 mode tcp option tcpka option httpchk GET /ping.ashx HTTP/1.0 balance source server front-1 x.y.z.t:443 check port 80

how to perform 2 healthcheck at once ?

2011-01-19 Thread Илья Шипицин
Dear Sirs, we are running haproxy for SSL balancing using tcp mode clusters. and we are using http checks. actual config is: listen cluster.auth 0.0.0.0:443 mode tcp option tcpka option httpchk GET /ping.ashx HTTP/1.0 balance source server front-1 x.y.z.t:443 check port 80 inter

[PATCH] Avoid truncation of the path used for the stats socket

2011-01-19 Thread Andreas Kohn
Hi, while working further on the changes to allow for dynamic adding/removing of backend servers we noticed a potential problem: the path given for the 'stats socket' global option may get truncated when copying it into the sockaddr_un.sun_path field. Attached patch checks the length, and

Can you do a HTTPS redirect to multiple sub domains?

2011-01-19 Thread Malcolm Turnbull
Willy et al. I'm being lazy and asking the list without experimenting first but I quite often get asked for redirecting port 80 - HTTPS and I sugest: // where 192.168.6.146 is the local stunnel/pound termination acl secure src 192.168.6.146 redirect prefix https://www.foo.com if !secure But a