CentOS 7 - Apache 아파치 실행 상태 확인
반응형
아파치 명령어는 systemctl, httpd 또는 apachectl 을 사용합니다.
3가지 명령어중 쉬운 명령어 하나를 사용하시면 됩니다.
1. Apache 버전 확인
# httpd -v
2. Apache 상태 확인
# systemctl status httpd
# service httpd status
3. Apache 시작
# systemctl start httpd
# service httpd start
# apachectl start
4. Apache 중지
# systemctl stop httpd
# service httpd stop
# apachectl stop
5. Apache 재시작
# systemctl restart httpd
# service httpd restart
# apachectl restart
반응형
'IT > Linux' 카테고리의 다른 글
CentOS - mariadb root 패스워드 분실 재설정 (0) | 2019.06.21 |
---|---|
CentOS - firewalld 방화벽 오류 (0) | 2019.06.19 |
CentOS - 리눅스 시간 동기화 (0) | 2019.06.19 |
vi 단축키 모음 (0) | 2019.06.17 |
[Linux] RedHat - Openswan을 이용한 IPSEC 설정 (0) | 2019.05.15 |
댓글