Created
September 28, 2011 18:37
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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