Okay, it should be made clear that Rails couldn’t run on Dreamhost until I set the permissions on dispatch.fcgi (in the ‘public’ directory) to 755. Here’s the content of my dispatch.fcgi file:
1 2 3 4 5 6 |
#!/usr/bin/env ruby require File.dirname(__FILE__) + "/../config/environment" require 'fcgi_handler' RailsFCGIHandler.process! nil, 10 |
2 responses so far ↓
1 Marc // Jun 09, 2006 at 06:56 AM
2 manish // Mar 19, 2008 at 11:22 PM
what ever changes u have told above i have done but still i m facing the same problem. My hosting is also with DreamHost. They said there is problem with dispatch.fcgi but i think it is coming from .htaccess file. Should i have to made any changes in .htaccess fiel also.
Leave a Comment