I'm trying to host Rails with Apache and Passenger. I've gone through installation guides on both my hosts site and Phusion's Documentation site, but both Apache's and Rails' logs are blank when I go to test it.

I've created a fresh Rails app with a test controller to display a test message and configured a vhost as advised in the guides. I can render the static "Welcome to Rails" content no problem but the controller is coming back with the "We're sorry, but something went wrong." message.

Any advice for debugging this? Pulling my hair out without error messages in the logs. Isn't Passenger Deployment supposed to be easier than Mongrel? :P

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

Nevermind, I reinstalled everthing and am now getting error messages in the rails logs. Hate not knowing what you fixed! :/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.