# From PHP 7.1 => PHP 5.6
#Apache
sudo a2dismod php7.1
sudo a2enmod php5.6
sudo service apache2 restart
#command Line
sudo update-alternatives --set php /usr/bin/php5.6
//enable apache
a2enmod [ [-q|--quiet] module]
//disable apache
a2dismod [ [-q|--quiet] module]