CentOS 7
apache server 접속 명령어
얼음새꽃
2017. 7. 14. 14:49
반응형
*참조*
https://www.cyberciti.biz/faq/star-stop-restart-apache2-webserver/
1. 서버 시작
# systemctl start httpd.service
2.서버 종료
# systemctl stop httpd.service
3.서버 재시작
# systemctl restart httpd.service
반응형