I want to make an app for a friend but he has shared hosting and the only option is fcgi and I can't find any documentation on how to do it. Is there anyways to run rails 3 on FCGI?
+2
A:
Rails 3 is built on top of Rack and Rack provides a FastCGI handler.
Simone Carletti
2010-07-21 09:25:19
Thanks, you're awesome.
BiscottiLighter
2010-07-22 00:03:58
A:
Please tell a non-RoR guy how the script would look like to run rails3 as FastCGI app. :)
Thanks in advance :)
Christian Parpart
2010-10-31 15:26:47