>  기사  >  백엔드 개발  >  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 start mysqld systemctl 시작 php- fpm
stop
systemctl 중지 php -fpm
restart
systemctl 재시작 php -fpm


nginx
start
systemctl start nginx
stop
systemctl ngin x 중지
restart
systemctl restart nginx          

위 내용은 centos7에서 Apache nginx를 다시 시작하는 예 공유의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.