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 nginx
centos7重启apache、nginx、mysql、php-fpm命令
最新推荐文章于 2023-03-25 12:34:49 发布
本文提供了在Linux系统中控制常见服务(如Apache、MySQL、PHP-FPM、Nginx)的启动、停止和重启的详细指令,是系统管理员和开发者进行服务管理的实用指南。
1807

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



