Skip to content

Instantly share code, notes, and snippets.

@sathishmanohar
Created September 12, 2011 11:59
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 sathishmanohar/1211102 to your computer and use it in GitHub Desktop.
Save sathishmanohar/1211102 to your computer and use it in GitHub Desktop.
Install Passenger
gem install passenger #Install Passenger Gem First
sudo passenger-install-apache2-module #walks you through the installation of apache2 module
paste the apache config lines into /etc/apache2/httpd.conf #these lines are shown during apache2 module installation
paste virtual host line inside apache conf #these lines are also shown during apache2 module installation
# If theres error encountered during apache restart add "ServerName localhost" (without quotes) outside of virtual host tag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment