-
Notifications
You must be signed in to change notification settings - Fork 0
Signal handling plugin to keep your Rails site running on Dreamhost
thuss/dreamhost-fcgihandler-plugin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This plugin is deprecated and no longer necessary now that Dreamhost uses Phusion Passenger Dreamhost FCGIHandler ===================== Installation: Original post: http://gabrito.com/post/ruby-on-rails-dreamhost-plugin script/plugin install http://gabrito.com/svn/plugins/dreamhost Dreamhost will manage your dispatch.fcgi processes by sending them a TERM signal occasionally. In general you want to let Dreamhost manage your processes because otherwise their process monitor gets angry. However, receiving a TERM signal while a request is being handled results in a 500 error so we need custom TERM handling for Dreamhost which is what this plugin does. If your dispatch.fcgi is in the middle of handling a request and receives a TERM signal this plugin will defer exiting until the request is completed.
About
Signal handling plugin to keep your Rails site running on Dreamhost
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published