After I go through an install of Zabbix and restart all the services to configure the front end, I'm getting a permission denied error in the error log for httpd.

My only solution was to reboot the machine and everything started up fine. When I checked the permissions of /var/opt/rh/rh-php72/run/php-fpm/zabbix.sock, it has a "+" sign at the end of the permissions.

After restarting 'rh-php72-php-fpm' the "+" sign is not there anymore and the only fix(besides a restart) is to change the permission of /var/opt/rh/rh-php72/run/php-fpm/zabbix.sock to 'chmod 666' and that worked. I'm just wondering how I can have the zabbix.sock have the same file permissions every time it gets restarted without having to manually change it each time?
RHEL7
MariaDB 10.7.3
Zabbix 5.0
php 7.2.34
Apache/2.4.6 (Red Hat Enterprise Linux)
My only solution was to reboot the machine and everything started up fine. When I checked the permissions of /var/opt/rh/rh-php72/run/php-fpm/zabbix.sock, it has a "+" sign at the end of the permissions.
After restarting 'rh-php72-php-fpm' the "+" sign is not there anymore and the only fix(besides a restart) is to change the permission of /var/opt/rh/rh-php72/run/php-fpm/zabbix.sock to 'chmod 666' and that worked. I'm just wondering how I can have the zabbix.sock have the same file permissions every time it gets restarted without having to manually change it each time?
RHEL7
MariaDB 10.7.3
Zabbix 5.0
php 7.2.34
Apache/2.4.6 (Red Hat Enterprise Linux)
Comment