Thu 8 Sep 2011
Passenger (mod_rails) gem installation – Apache2 – Debian – rvm
Posted by kosmas under Apache, Debian, Phusion Passenger
No Comments
Problem
You would like to (re)-install passenger after a system wide rvm installation, but you only have the mod_passenger.c file and not the .so after the gem installation.
Solution
Make sure that after using gem install passenger you also use the command to install the apache2 passenger module:
passenger-install-apache2-module
you should then be able to see the .so file and add it to your /etc/apache2/mods-available/passenger.load