[Nitro] nitro + scgi
Fabian Buch
fabian at fabian-buch.de
Wed Sep 27 05:37:27 EDT 2006
Am 27.09.2006 um 02:30 schrieb Bill Kelly:
> I'm guessing I need to set up something different in my run.rb,
> so that it somehow goes into "SCGI mode" instead of "Webrick mode",
> and maybe something to specfiy that DRb should be used....
For Nitro 0.31.0 and earlier:
Nitro::Runner.adapter = :scgi
In future, not yet released versions:
Nitro.adapter = :scgi
I've never used scgi myself, I'd guess you need to run the
scgi_service script before starting scgi_ctrl start.
Fabian
--
Nitro Q&A: http://oxyliquit.de/
Blog: http://blog.fabian-buch.de
More information about the Nitro-general
mailing list