I have a FreeBSD installation with Apache 2 and a passenger. To test the situation, I created a test application using the standard rails new test_app. When I try to access the site through Apache, I get the error indicated in the header above in the production.log file, if I start the rails server from the test_app directory, it works fine.
I have only one controller and view in the application right now, only the home controller and index view, I do not even access the database.
Any help is appreciated.
source share