How do I check if a FastCGI server is alive and running normally beyond just making a TCP connection?
I have a number of remote, stand-alone FastCGI servers. I want to monitor the FastCGI server itself to ensure its alive. Simply making a request of the web server is not enough as it will automatically route around a dead server.
Thanks!