Snippets

Stop PHP5-FPM in Ubuntu

Posted by I. B. Gd Pramana A. Putra, 28 Jun 22, last updated 17 Jul 22

Do you still use PHP 5 for your web application and want to stop PHP 5 after running the service? Run the following command to stop PHP5-FPM in your Ubuntu server.

$ sudo service php5-fpm stop

If your server using Ubuntu version 16+ or Debian 8+

$ sudo systemctl start php5-fpm.stop

I love sharing code snippets as most of the time, a quick code example is what we're looking for instead of long-written articles. If you think my code snippets are helpful and save you a lot of time, please consider buying me a cup of coffee :)

Support me via · paypal · buymeacoffee · ko-fi · trakteer
Contributed Snippets
Answer & Responses
    No comments yet

Wanna write a response?

You have to login before write a comment to this post.