Fork me on GitHub
Hoopla! - now with extra whiz-bang home

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:

<typo:code lang="ruby">

!/usr/bin/env ruby

require File.dirname(FILE) + "/../config/environment" require 'fcgi_handler'

RailsFCGIHandler.process! nil, 10

blog comments powered by Disqus