-
리눅스(Linux) Apache 상태/시작/중지/재시작Linux 2022. 7. 11. 12:57
Apache 버전 확인
httpd -v
Apache 상태 확인
systemctl status httpd service httpd status
Apache 시작
systemctl start httpd service httpd start apachectl start
Apache 중지
systemctl stop httpd service httpd stop apachectl stop
Apache 재시작
systemctl restart httpd service httpd restart apachectl restart
'Linux' 카테고리의 다른 글
[Linux] SCP 명령어로 서버 간 파일 복사, 가져오기 (0) 2023.01.17