ホームページ  >  記事  >  バックエンド開発  >  centos7でApache nginxを再起動する例を共有する

centos7でApache nginxを再起動する例を共有する

小云云
小云云オリジナル
2018-03-02 09:05:361887ブラウズ

この記事では主に centos7 で Apache nginx を再起動する例を紹介します。お役に立てれば幸いです。

apache
start
systemctl start httpd
stop
systemctl stop httpd
restart
systemctl restart httpd


mysql
start
systemctl mysqldを開始systemctl start php- fpm
stop
systemctl stop php -fpm
restart
systemctl restart php -fpm


nginx
start
systemctl nginx を開始
停止
systemctl stop ngin x
restart
systemctl restart nginx

以上がcentos7でApache nginxを再起動する例を共有するの詳細内容です。詳細については、PHP 中国語 Web サイトの他の関連記事を参照してください。

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。