摘要:
1.查看php-fpm状态 systemctl status php-fpm 2.启动php-fpm systemctl start php-fpm 3.停止php-fpm systemctl stop php-fpm 4.重启php-fpm systemctl restart php-fpm 阅读全文
摘要:
一、防火墙的开启、关闭、禁用命令 1. 设置开机启用防火墙: systemctl enable firewalld.service 2. 设置开机禁用防火墙: systemctl disable firewalld.service 3. 启动防火墙: systemctl start firewall 阅读全文