Buscar en moleculax
How to enable php7 module in apache

First, disable the php5 module:

a2dismod php5
then, enable the php7 module:

a2enmod php7.0
Next, reload/restart the Apache service:

service apache2 restart
 
 
 

.


Powered by

http://emiliogomez.com.ar