Skip to content

Instantly share code, notes, and snippets.

@iamdylanngo
Created March 18, 2020 15:46
Show Gist options
  • Save iamdylanngo/6aee7ff70e64cf47deb3625b46b66ea8 to your computer and use it in GitHub Desktop.
Save iamdylanngo/6aee7ff70e64cf47deb3625b46b66ea8 to your computer and use it in GitHub Desktop.
apache2-php-cgi.readme
sudo a2ensite example.com.conf
sudo a2dissite 000-default.conf
sudo a2dismod php5.6
sudo a2enmod php7.2
sudo update-alternatives --config php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment