-
Type:
Incident report
-
Resolution: Won't fix
-
Priority:
Minor
-
None
-
Affects Version/s: 3.0.5
-
Component/s: Installation (I)
-
None
-
Environment:Ubuntu 16.06 amd64
I installed Zabbix server to Ubuntu 16.04, and created short guide: https://gist.github.com/vazhnov/fcb487e6ea432fec056793ef710b5a28
There is no php5 in Ubuntu 16.04, so this string in /etc/zabbix/apache.conf is wrong:
<IfModule mod_php5.c>
Please change this string to:
<IfModule mod_php7.c>
in deb-package for Ubuntu 16.04, if you can.