Skip to content

Instantly share code, notes, and snippets.

@ChengLong
Created October 27, 2014 17:05
Show Gist options
  • Save ChengLong/b2b434ff4214ee2144f4 to your computer and use it in GitHub Desktop.
Save ChengLong/b2b434ff4214ee2144f4 to your computer and use it in GitHub Desktop.
Install Passenger with Apache on Ubuntu
sudo gem install passenger
# install dependencies
sudo apt-get install -y libcurl4-openssl-dev apache2 apache2-prefork-dev libapr1-dev libaprutil1-dev
# follow instructions
sudo passenger-install-apache2-module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment