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

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章