Ubuntu Restart Php Fpm

[Solved] Ubuntu Restart Php Fpm | Php - Code Explorer | yomemimo.com
Question : ubuntu restart php-fpm

Answered by : alberto-peripolli

service php-fpm restart # typical
service php5-fpm restart # debian-style
service php7.0-fpm restart # debian-style PHP 7
service php7.2-fpm restart # debian-style PHP 7.2
service php7.4-fpm restart # debian-style PHP 7.4

Source : https://serverfault.com/questions/189940/how-do-you-restart-php-fpm | Last Update : Tue, 29 Dec 20

Question : how to restart php-fpm on ubuntu

Answered by : cautious-cardinal-dsqf6i68pcok

sudo /etc/init.d/php-fpm restart

Source : | Last Update : Fri, 18 Dec 20

Answers related to ubuntu restart php fpm

Code Explorer Popular Question For Php