php-fpm-启动、重启、关闭、重载命令 2023-3-10 2:13 | 31 | 0 | Linux 203 字 | 3 分钟 在CentOS/RHEL 7系统下执行 systemctl start php-fpm # 启动php-fpm systemctl stop php-fpm # 停止php-fpm systemctl reload php-fpm # 重载php-fpm systemctl restart php-fpm # 重启php-fpm 在CentOS/R… Linuxphp-fpm