zEitEr
Super Moderator
Hello,
We have:
PHP (default): 5.4 as php-fpm
PHP (additional): 5.6 as fastcgi
the command ./build update_versions ended with updating of both PHP 5.4 and 5.6 and a try to enable php-fpm56 in systemd on CentOS 7 box:
probably it's related to the fact, that previously we had 5.6 as php-fpm installed, and now there are some files left:
/etc/systemd/system/php-fpm56.service
/etc/systemd/system/multi-user.target.wants/php-fpm56.service
/usr/local/directadmin/data/users/admin/php/php-fpm56.conf
/usr/local/php56/php/man/man8/php-fpm56.8
/usr/local/php56/sbin/php-fpm56
/var/log/php-fpm56.log
And several months have passed since we switched 5.6 from php-fpm to fastcgi.
Please check it and fix it.
We have:
PHP (default): 5.4 as php-fpm
PHP (additional): 5.6 as fastcgi
the command ./build update_versions ended with updating of both PHP 5.4 and 5.6 and a try to enable php-fpm56 in systemd on CentOS 7 box:
Code:
Enabling php-fpm56 in systemd...
Job for php-fpm56.service failed. See 'systemctl status php-fpm56.service' and 'journalctl -xn' for details.
PHP 5.6.4 Installed.
probably it's related to the fact, that previously we had 5.6 as php-fpm installed, and now there are some files left:
/etc/systemd/system/php-fpm56.service
/etc/systemd/system/multi-user.target.wants/php-fpm56.service
/usr/local/directadmin/data/users/admin/php/php-fpm56.conf
/usr/local/php56/php/man/man8/php-fpm56.8
/usr/local/php56/sbin/php-fpm56
/var/log/php-fpm56.log
And several months have passed since we switched 5.6 from php-fpm to fastcgi.
Please check it and fix it.