Knowledgebase: Ruby on Rails
Convert FastCGI to Passenger
Posted by on 16 December 2013 01:27 PM
|
|
Converting an Existing FastCGI App to PassengerIf you have an existing Ruby on Rails app at HostNine that was deployed with FastCGI, here are the steps to convert it to Passenger:
Note: 'myapp' is used below to represent your Rails Application directory.
If your website's 'public_html' is not linked to your app (your app is in a subdirectory of 'public_html'), add this to the 'myapp/public/.htaccess.
RailsBaseURI /myapp
That's it! | |
|