January 2019
Intermediate to advanced
798 pages
20h 33m
English
Of course, being a Zabbix web frontend, it will require a platform to run on—a web server with a PHP environment. We will need the following installed:
In the next code block, we will show you how to install the webserver on CentOS and Debian:
On CentOS# yum install httpd php php-ldap php-mysql# systemctl enable httpd# systemct start httpdOn Debian/Ubuntu# apt install apache2 php php7.2-cli php7.2-mysql php7.2-common ...
Read now
Unlock full access