Closed einkoro closed 12 years ago
This has been spun off into a new project since its not specific to Oyster: https://github.com/BitPiston/control-fcgi
We should include a configuration example for Oyster none the less.
Scrapped the project since supervisord added support for spawning fastcgi processes bound to a single socket. Much better solution than using fcgictl/spawn-fcgi with monit. Not much point in writing control-fcgi anymore.
We should have a script to replace fcgictl - mainly because of the ownership/permission issue spawning processes under a different user from the httpd. Specifically fcgictl will use the user:group of the fastcgi process for the socket and not the httpd.