centos7重啓apache、nginx、mysql、php-fpm命令

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

發佈了28 篇原創文章 · 獲贊 9 · 訪問量 2萬+
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章