Is it possible to do a stats enable in conjunction with a mode tcp? I'm serving LDAP(S) so I don't need mode http. If I do mode http (the only change I make in my haproxy.cfg file), then I can get stats. But I kinda thought setting "mode http" on a non-HTTP service would be bad.
I was hoping for a "pretty" web page style statistics I can give to my clients so they can see what's going on in terms of load, etc. I do have stats socket and I can do the socat trick. But that requires a person to be actually logged into the haproxy load-balancer, which I'd prefer not to be the case. If the stats socket is the only way to get info about what's going on for an all "mode tcp" haproxy setup, that's fine. I can inetd some port on the LB and run a script that does the socat trick. If anyone has any recommendations on this path, I'd greatly appreciate that too. Thank you, PH

