Franco
Regular Pleskian
Hello,
after the announced support for php7.2 I went ahead and converted a few websites to use 7.2 (from 7.1). My configuration is nginx/php-fpm and I am running the latest 17.5.x under CentOs 7.4.
Things went fine for a few websites (except for those which do not support yet that version for theme or plugin issues), but on a couple of those I had what I think might just be a configuration issue. After converting to 7.2 the website goes inaccessible and the following message appears in /var/log/messages:
*960742 connect() to unix:///var/www/vhosts/system/domain/php-fpm.sock failed (2: No such file or directory) while connecting to upstream
In fact the php-fpm.sock file is not there. It is there on the working websites and also for those running 7.1.
And /var/vhosts/system/domain/conf/vhost_nginx.conf looks ok to me, at least it still requires the php-fpm.sock file to be in the same location, but the file is not.
Why would that config fail? Can I just copy the file to the target folder?
Thank you in advance for any help.
Regards
Franco
after the announced support for php7.2 I went ahead and converted a few websites to use 7.2 (from 7.1). My configuration is nginx/php-fpm and I am running the latest 17.5.x under CentOs 7.4.
Things went fine for a few websites (except for those which do not support yet that version for theme or plugin issues), but on a couple of those I had what I think might just be a configuration issue. After converting to 7.2 the website goes inaccessible and the following message appears in /var/log/messages:
*960742 connect() to unix:///var/www/vhosts/system/domain/php-fpm.sock failed (2: No such file or directory) while connecting to upstream
In fact the php-fpm.sock file is not there. It is there on the working websites and also for those running 7.1.
And /var/vhosts/system/domain/conf/vhost_nginx.conf looks ok to me, at least it still requires the php-fpm.sock file to be in the same location, but the file is not.
Why would that config fail? Can I just copy the file to the target folder?
Thank you in advance for any help.
Regards
Franco