500 error with deploying rails application via apache2+passenger
- by user1633983
I finally completed my own app, so the only work left is deploying the app.
I'm using Ubuntu 10.04 and apache2(installed by apt-get), so I'm trying to deploy through passenger.
I installed passenger gem like this:
sudo gem install passenger
rvmsudo passenger-install-apache2-module
and I configured apache settings as what the installation…