Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
root@zabbix:~# apt install snmpd mariadb-server zabbix-server-mysql zabbix-agent apache2 zabbix-frontend-php php-mysql snmpd

It takes some time to complete the action.

...

Code Block
root@zabbix:~# a2enmod php7.03
Considering dependency mpm_prefork for php7.03:
Considering conflict mpm_event for mpm_prefork:
Considering conflict mpm_worker for mpm_prefork:
Module mpm_prefork already enabled
Considering conflict php5 for php7.03:
Module php7.03 already enabled

Also you need specify a timezone in the /etc/php/7.03/apache2/php.ini file:

Code Block
root@zabbix:~# grep date.timezone /etc/php/7.03/apache2/php.ini 
; http://php.net/date.timezone
;date.timezone =

...

Code Block
titlestart the service
root@zabbix:~# svcs http:apache24apache2
STATE          STIME    FMRI
disabled       17:45:43 svc:/network/http:apache24apache2
root@zabbix:~# svcadm enable http:apache24apache2
root@zabbix:~# svcs http:apache24apache2
STATE          STIME    FMRI
online         18:58:08 svc:/network/http:apache24apache2
root@zabbix:~# 

That's all.

...

Page Properties
hiddentrue


Related issues