“redémarrer PHP Linux” Réponses codées

Ubuntu redémarrer 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
Alberto Peripolli

redémarrage de PHP

systemctl restart php-fpm.service
hirohito

Ubuntu redémarrer PHP

#check version first
php --version
#status
service php7.4-fpm status
#restart
service php7.4-fpm restart
#reload
service php7.4-fpm reload
#force-reload
service php7.4-fpm force-reload
#start
service php7.4-fpm start
#stop
service php7.4-fpm stop

#or
/etc/init.d/php7.4-fpm restart
adens

redémarrer PHP Linux

/etc/init.d/php7.4-fpm restart
#change your php version
adens

Comment redémarrer PHP-FPM sur Ubuntu

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

Redémarrer les fenêtres PHP

Win + R type:iisreset

Or, more verbose: iisreset inside a powershell 
opened as administrator - or even inside a Cygwin shell.
Xabos

Réponses similaires à “redémarrer PHP Linux”

Questions similaires à “redémarrer PHP Linux”

Plus de réponses similaires à “redémarrer PHP Linux” dans Shell/Bash

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code