Skip to content

Instantly share code, notes, and snippets.

@teddevaal
Created January 29, 2014 14:41
Show Gist options
  • Save teddevaal/8689334 to your computer and use it in GitHub Desktop.
Save teddevaal/8689334 to your computer and use it in GitHub Desktop.
If your browser downloads the file instead of displaying it?
sudo apt-get install libapache2-mod-php5 -y
After that enable php for apache
a2enmod php5
Restart server
sudo service apache2 restart
@teddevaal
Copy link
Author

The following is also very helpful
https://help.ubuntu.com/community/ApacheMySQLPHP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment