반응형
*참조*
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
반응형
'CentOS 7' 카테고리의 다른 글
DB 접속 명령어 (0) | 2017.07.14 |
---|---|
CentOs7 LAMP 설치하는 링크 (0) | 2017.07.10 |
부팅모드 변경 방법(text / gui mode) (0) | 2017.07.10 |
vmware에서 centos7 네트워크 설정하기 (0) | 2017.07.10 |