Install OS4X on Ubuntu 16

From OS4X
Revision as of 13:43, 24 November 2016 by Admin (talk | contribs) (New page: == Packages == You need the following packages to be installed: apache2 mysql libapache2-mod-php7.0 php7.0-mysql php-xml xsltproc == Configuration changes == === Apache === In order...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Packages

You need the following packages to be installed:

apache2
mysql
libapache2-mod-php7.0
php7.0-mysql
php-xml
xsltproc

Configuration changes

Apache

In order to use PHP7 with Apache, you have to switch from default MPM to pre-fork mode:

a2dismod mpm_event
a2enmod mpm_prefork
service apache2 restart