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?
feedback
|
|
Rails 3 is built on top of Rack and Rack provides a FastCGI handler. | |||
|
feedback
|
|
Put in public/whatever.fcgi
Check the example app here | |||
feedback
|