您当前的位置:学无止境 > centos7重启apache、nginx、mysql、php-fpm命令网站首页学无止境
centos7重启apache、nginx、mysql、php-fpm命令
发布时间:2018-05-09 11:31:16编辑:亢士群的blog查看次数:4151
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
评论: