Ruby Forum Mongrel > restart mongrel

Posted by Roberto Ramirez (rramirezz)
on 06.08.2008 23:33
can i, restart my mongrel server, from a rails application... i need to
do it because i have to modify my database.yml and ldap.yml from my
settings_controller
Posted by Wayne Seguin (Guest)
on 07.08.2008 22:31
(Received via mailing list)
Simply have your other rails application send the mongrel server a
SIGQUIT. This should work fine.

   ~Wayne