Talk:Rails Quickstart
From Apis Networks Wiki
chmod log/tmp?
If FastCGI needed to write to the directory it would need 777 since the other end of the FastCGI interconnect is the user apache. I've never had to recommend this either; perhaps it's in error? It should need nothing more than 755.
- msaladna 09:52, 5 April 2008 (EDT)
Unexplainable Errors when starting up
I had the problem where my rails application was working fine when being ran from the shell but crashed with a problem when suexec was trying to run it. I was using the 'require.gem' directive in config/environment.rb to state the gems I used, which relies on the HOME environment variable which doesn't appear to be set under suexec. I removed the require.gem lines and it all worked fine.
Weapey 15:00, 11 August 2008 (EDT)
