You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What OS distribution and release do you use? Do you use PHP7 from Sury repositories? It might be an issue with the PHP7 package not adding the required directory entry in /run/.
The /run/php/ directory is created on systemd-based hosts by the /usr/lib/tmpfiles.d/php7.0-fpm.conf file. This requires a systemd init to work. I'm not sure how that was done under sysvinit hosts, probably via the init script itself. Still, that should be solved by the package maintainer. Perhaps it's time to consider an upgrade, at least to latest Ubuntu 16.04 LTS release? It should work fine there.
For PHP7 and above, the pid file would be placed in
/run/php
, which hasn't been created on filesystem. Thus NGINX can't work with PHP-FPM.The text was updated successfully, but these errors were encountered: