Created
October 19, 2011 16:14
-
-
Save julianhille/1298799 to your computer and use it in GitHub Desktop.
Mamp 2.0.x run apache as 32bit
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
| mv /Applications/MAMP/Library/bin/httpd /Applications/MAMP/Library/bin/httpd.64 | |
| lipo -thin i386 /Applications/MAMP/Library/bin/httpd.64 -out /Applications/MAMP/Library/bin/httpd.32 | |
| ln -s /Applications/MAMP/Library/bin/httpd.32 /Applications/MAMP/Library/bin/httpd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment