ajenti-v
ajenti-v copied to clipboard
PHP-FPM and NGINX showing as not running
Both the php5-fpm and the nginx service are showing as stopped when they are running and the php-fpm is not working. php files are being served statically and being downloaded.
try service php5-fpm restart
after that check with
service php5-fpm status
see if it is running, if not, then restart the whole machine. Restarting solved it for me.
I'm having this same issue. Restart restarts, status shows as running.