> I'm doing this at the moment, but I would prefer to be able to restart
> Lighttpd and the various FastCGI servers independently.

ps -ax | grep ruby
kill -s USR2 {PID}

That will restart a ruby process.  It should have the full path of
your dispatch.fcgi file in the process line.  Unfortunately, you can't
restart Lighty without bringing everything else down.  Or if you can,
I'd sure like to know :)

I think kill -s USR2 {lighttpd_pid} will tell lighty to re-load its
config though.


--
rick
http://techno-weenie.net
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to