この記事では主に 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 サイトの他の関連記事を参照してください。