19 Mar 2009, 4:08am
Programming Ruby on Rails: phusion passenger production
by bseanvt

leave a comment
Programming Ruby on Rails: phusion passenger production
by bseanvt
leave a comment
upgrading to latest phusion passenger 2.1.2
super easy
gem install passenger passenger-install-apache2-module
will walk you through the install and remember to copy paths to your apache config file. for passenger i kept it in
mods-available/passenger.conf and then linked it to mods-enabled
ln -s /etc/apache2/mods-available/passenger.conf /etc/apache2/mods-enabled/passenger.conf
then just restart apache
more info and official docs at http://blog.phusion.nl/2009/03/13/phusion-passenger-212-final-released/


