Hi,
we are using 1.5-dev because it supports ssl, and it works great on Ubuntu 10.4
which we will be using in production.
It also work on a Mac, just installed via homebew (--devel).
Only the check command does not work on the Mac platform, at least on my
machine, (OS X Mountain Lion).
Note that this is not blocking for me, I can just turn the 'check' off or use
my Ubuntu machine.
Here's a small snippet of the config I'm using:
backend www_backend
mode http
option httpclose
reqadd X-Forwarded-Proto:\ https
timeout server 30s
timeout connect 30s
server server1 localhost:8000 check
Further, this is more of a user question, what is the real use-case for the
check command? Is it okay to just leave it out?
Regards,
Marko