Controlling Rail fcgi process name
Posted by: jonsmirl
Posted on: 2006-01-10 22:31:00
I'm hosting multiple domains but all of my fcgi processes are named:
/usr/bin/ruby dispatch.fcgi
I'd like them to be named:
/usr/bin/ruby /fullpath/domain/public/dispatch.fcgi
That way my deployment script will only kill the fcgi's for the right domain, not all of them. How is the process name controlled?