| 服务/操作 | 启动 | 停止 | 重启 |
|---|---|---|---|
| apache | systemctl start httpd | systemctl stop httpd | systemctl restart httpd |
| nginx | systemctl start nginx | systemctl stop nginx | systemctl restart nginx |
| mysql | systemctl start mysqld | systemctl stop mysqld | systemctl restart mysqld |
| php-fpm | systemctl start php-fpm | systemctl stop php-fpm | systemctl restart php-fpm |