Overview
Steps
1. Update to Zabbix 5.0.8 and check for new packages:
2. Install zabbix-web-mysql-scl-php73 or zabbix-web-pgsql-scl-php73 package
or
3. Edit the /etc/opt/rh/rh-php73/php-fpm.d/zabbix.conf file
Set your timezone.
; php_value[date.timezone] = Europe/Riga
4. Update the web server configuration
For Apache, edit the /etc/httpd/conf.d/zabbix.conf file. Configure the appropriate php-fpm socket.
SetHandler "proxy:unix:/var/opt/rh/rh-php73/run/php fpm/zabbix.sock|fcgi://localhost"
# fastcgi_pass unix:/var/opt/rh/rh-php72/run/php-fpm/zabbix.sock
5. Stop and disable the old rh-php72-php-fpm service
6. Start and enable the new rh-php73-php-fpm service
systemctl start rh-php73-php-fpm
systemctl enable rh-php73-php-fpm
Restart the web server.
or