Skip to content

Instantly share code, notes, and snippets.

@chrisyour
Created January 4, 2010 01:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisyour/268218 to your computer and use it in GitHub Desktop.
Save chrisyour/268218 to your computer and use it in GitHub Desktop.
# Install Passenger with RVM / Ruby 1.9.1
rvm 1.9.1 ; gem install passenger ; which passenger-install-nginx-module
# Install Apache module
rvmsudo passenger-install-apache2-module
# Restart Apache
sudo /usr/sbin/apachectl restart
# If needed (when --default doesn't stick)
rvm reset
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment