Hi Stephan Griesel,
sometimes the Plesk - "
phpinimng" - usage, might result in issues/errors/problems. It is therefore a very good idea to inspect your psa - log - files, in order to see the root cause of your issue/error/problem.
Sometimes, it is as well a good idea to change the log - level, to get more informations in psa - log - files:
In some rare cases, the Plesk - "
phpinimng" - usage results in a left-over of the previous installed PHP - FPM - configuration - file for a specific domain or sub-domain, located at "
/etc/php5/fpm/pool.d/*" or "
/opt/plesk/php/X.X/etc/php-fpm.d/*", which results in addition to a socket creation at "
/var/www/vhosts/system/DOMAIN.COM-or-SUBDOMAIN.DOMAIN.COM/php-fpm.sock" for a ( maybe ) wrong PHP - version.
IF this rare issue/error/problem appears, you should see an error - message as well in the depending PHP - error - log, located at "
/var/log/php5-fpm.log" or at "
/var/log/plesk-phpXX-fpm/error.log".
To solve such ( rare ) issues, pls.
DELETE the depending ( left-over ) files, as for example:
rm /var/www/vhosts/system/DOMAIN.COM-or-SUBDOMAIN.DOMAIN.COM/php-fpm.sock
rm /etc/php5/fpm/pool.d/SUBDOMAIN.DOMAIN.COM-or-DOMAIN.COM.conf
OR
rm /opt/plesk/php/X.X/etc/php-fpm.d/SUBDOMAIN.DOMAIN.COM-or-DOMAIN.COM.conf
... and restart the depending PHP - FPM - services from the command line:
service php5-fpm restart && service plesk-phpXX-fpm restart
Pls. note, that the subdomain-or-domain - specific PHP-FPM - configuration file will be created
at each PHP - version
change.