Archive for January, 2009

Clean restarts with Mongrel

Thursday, January 22nd, 2009

The default init.d mongrel script lacked a setting which means that if your server lost power/crashed or you had a mongrel crash, the stale PID files remain and the mongrel_cluster_ctl start command will fail.

This simple fix works great.

Thanks Paul!