Hello,
I have logged into my hosting account via SSH and attempted to check and kill any running php-fpm processes as instructed. However, I do not have sudo
permissions, and I cannot find any running php-fpm
processes using the commands ps aux | grep php-fpm
and pgrep -l php-fpm
.
Additionally, I attempted to create a script to kill my processes, but it resulted in a permission denied error.
Could you please provide the necessary permissions or assist in restarting the php-fpm
service to resolve the issue?
Thank you,