Skip to content

thuss/dreamhost-fcgihandler-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages