Answers for "php8.0 restart ubuntu"

PHP
3

ubuntu restart php-fpm

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
Posted by: Guest on December-22-2020
3

restart php linux

/etc/init.d/php7.4-fpm restart
#change your php version
Posted by: Guest on March-08-2022

Browse Popular Code Answers by Language