Skip to content

Instantly share code, notes, and snippets.

@rfunduk
Created August 16, 2011 16:18
Show Gist options
  • Save rfunduk/1149461 to your computer and use it in GitHub Desktop.
Save rfunduk/1149461 to your computer and use it in GitHub Desktop.
# aptitude remove apache2-mpm-worker
# aptitude install apache2-mpm-prefork
# aptitude install apache2-prefork-dev
# gem install passenger
# /var/lib/gems/1.8/bin/passenger-install-apache2-module
<VirtualHost *:80>
ServerName domain.com
DocumentRoot /path/to/rails/app/public
</VirtualHost>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment