Skip to content

Instantly share code, notes, and snippets.

@micheledurante
Last active September 23, 2017 12:57
Show Gist options
  • Save micheledurante/286436e71d25b93349894bd32c58eeea to your computer and use it in GitHub Desktop.
Save micheledurante/286436e71d25b93349894bd32c58eeea to your computer and use it in GitHub Desktop.
apache stuff

Switch PHP module


Apache:
sudo a2dismod phpx.x
sudo a2enmod phpX.X
sudo service apache2 restart

CLI:
update-alternatives --set php /usr/bin/phpX.X

Check enabled modules

php -m
php -i (more details)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment