Skip to content

Instantly share code, notes, and snippets.

@rrooding
Created April 24, 2012 12:39
Show Gist options
  • Save rrooding/2479292 to your computer and use it in GitHub Desktop.
Save rrooding/2479292 to your computer and use it in GitHub Desktop.
apt-get install apache2 apache2-mpm-prefork apache2-prefork-dev libapr1-dev libaprutil1-dev
passenger-install-apache2-module -a
passenger-install-apache2-module --snippet > /etc/apache2/mods-available/passenger.load
a2dissite 000-default
a2enmod passenger
service apache2 restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment