Hi everybody.
I'm facing a problem with Apache+php-fpm. I noticed my php applications stop responding everyday around 02:40AM. And I also noticed that CWP automatic daily backup runs around this time.
Every morning I have to change /opt/alt/php-fpm73/usr/sbin/php-fpm file permission (adding x permission) and do a
systemctl start php-fpm73.service;
systemctl restart httpd.service;
Anyone experiencing something like that?