Skip to content

Instantly share code, notes, and snippets.

@melz
Created June 18, 2013 17:21
Show Gist options
  • Save melz/5807415 to your computer and use it in GitHub Desktop.
Save melz/5807415 to your computer and use it in GitHub Desktop.
Installs Apache2 with PHP (with common utils) and MySQL support
apt-get install libapache2-mod-php5 php5-mysql php5-gd php5-mcrypt php5-curl php-apc
a2enmod rewrite
a2enmod ssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment