views:

188

answers:

3

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
Thanks, you're awesome.
BiscottiLighter
A: 

Please tell a non-RoR guy how the script would look like to run rails3 as FastCGI app. :)

Thanks in advance :)

Christian Parpart