Tag: root
Phusion Passenger error “No such file or directory – /nonexistent”
by Lennart on Jan.09, 2009, under Ruby On Rails
When you try to start your Rails application with Passenger/Apache and get an error like “No such file or directory – /nonexistent” make sure that your config/environment.rb file is not owned by root or nobody. Change the owner to e.g. www-data!

