Skip to content

Instantly share code, notes, and snippets.

@strongwave
Created September 28, 2011 18:37
Show Gist options
  • Save strongwave/1248817 to your computer and use it in GitHub Desktop.
Save strongwave/1248817 to your computer and use it in GitHub Desktop.
run passenger-install-apache2-module in correct gem path to generate new .so file for apache2
export GEM_HOME=/home/YOUR_USER_NAME/YOUR_APP_NAME/shared/bundle/ruby/1.9.1/
cd $GEM_HOME;
cd gems/passenger-3.0.7/bin
./passenger-install-apache2-module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment