User Tools

Site Tools


Sidebar

linux:apache_php7

Enabling PHP 7 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
linux/apache_php7.txt · Last modified: 2017/10/19 08:04 by admin