Skip to content

Instantly share code, notes, and snippets.

@julianhille
Created October 19, 2011 16:14
Show Gist options
  • Select an option

  • Save julianhille/1298799 to your computer and use it in GitHub Desktop.

Select an option

Save julianhille/1298799 to your computer and use it in GitHub Desktop.
Mamp 2.0.x run apache as 32bit
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