centos7重启php服务器 安装php wordpress等配置一些插件后需要重启

centos7 安装php wordpress等配置一些插件后需要重启php服务器

centos8启动php:

启动phpsystemctl start php-fpm

设置开机启动systemctl enable php-fpm

centos7启动php:

重启:systemctl restart php-fpm.service

开启:systemctl start php-fpm.service

关闭:systemctl stop php-fpm.service

centos6启动php:

重启:service php-fpm restart

开启:service php-fpm start

关闭:service php-fpm stop

如果还不行,直接输入reboot重启吧!!!

猜你喜欢

转载自blog.csdn.net/a2831942318/article/details/129764161