http://www.dimitri.eu/configure-ruby-on-rails-with-phusion-passenger-mod_rails/


gem install passenger
passenger-install-apache2-module

cd /etc/apache2/mods-available
sudo touch passenger.load
sudo vi passenger.load
   LoadModule passenger_module 
/home/caritas/.rvm/gems/ruby-1.9.2-p0/gems/passenger-3.0.0/ext/apache2/mod_passenger.so

sudo touch passenger.conf
sudo vi passenger.conf
   PassengerRoot 
/home/caritas/.rvm/gems/ruby-1.9.2-p0/gems/passenger-3.0.0
   PassengerRuby /home/caritas/.rvm/wrappers/ruby-1.9.2-p0/ruby


sudo a2enmod passenger
sudo /etc/init.d/apache2 restart

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to