apache
启动
systemctl start httpd
停止
systemctl stop httpd
重启
systemctl restart httpd
mysql
启动
systemctl start mysqld
停止
systemctl stop mysqld
重启
systemctl restart mysqld
php-fpm
启动
systemctl start php-fpm
停止
systemctl stop php-fpm
重启
systemctl restart php-fpm
nginx
启动
systemctl start nginx
停止
systemctl stop nginx
重启
systemctl restart nginxcentos7 开启PHP mysql nginx/apache 服务
最新推荐文章于 2025-06-03 20:17:37 发布
本文介绍了Apache、MySQL、PHP-FPM及Nginx等核心服务的启动、停止及重启命令。通过使用systemctl命令,可以轻松管理这些服务,确保网站和应用的稳定运行。
1758

被折叠的 条评论
为什么被折叠?



