![제어 프로세스가 오류 코드와 함께 종료되었기 때문에 httpd.service 작업이 실패했습니다. "systemctl status httpd.service" 및 "journalctl -xe"를 참조하세요.](https://linux55.com/image/223313/%EC%A0%9C%EC%96%B4%20%ED%94%84%EB%A1%9C%EC%84%B8%EC%8A%A4%EA%B0%80%20%EC%98%A4%EB%A5%98%20%EC%BD%94%EB%93%9C%EC%99%80%20%ED%95%A8%EA%BB%98%20%EC%A2%85%EB%A3%8C%EB%90%98%EC%97%88%EA%B8%B0%20%EB%95%8C%EB%AC%B8%EC%97%90%20httpd.service%20%EC%9E%91%EC%97%85%EC%9D%B4%20%EC%8B%A4%ED%8C%A8%ED%96%88%EC%8A%B5%EB%8B%88%EB%8B%A4.%20%22systemctl%20status%20httpd.service%22%20%EB%B0%8F%20%22journalctl%20-xe%22%EB%A5%BC%20%EC%B0%B8%EC%A1%B0%ED%95%98%EC%84%B8%EC%9A%94..png)
아파치를 다시 시작하는 데 문제가 있습니다
우리는 CWPPro 관리 패널을 사용하여 CWPPro에서 호스팅되는 여러 도메인을 관리하고 있습니다. 아파치가 작동하지 않습니다. 실패 상태를 표시합니다. 다시 시작한 후 오류 메시지는 다음과 같습니다.
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
로그 파일을 가져온 후 다음 오류가 발생합니다.
Aug 09 06:18:39 bweb systemd[1]: Starting Web server Apache...
Aug 09 06:18:39 bweb apachectl[27117]: AH00112: Warning: DocumentRoot [/home/afridian/public_html] does not exist
Aug 09 06:18:39 bweb apachectl[27117]: AH00112: Warning: DocumentRoot [/home/afridian/public_html] does not exist
Aug 09 06:18:39 bweb apachectl[27117]: AH00112: Warning: DocumentRoot [/home/thebriti/public_html] does not exist
Aug 09 06:18:39 bweb apachectl[27117]: AH00112: Warning: DocumentRoot [/home/thebriti/public_html] does not exist
Aug 09 06:18:39 bweb systemd[1]: httpd.service: control process exited, code=exited status=1
Aug 09 06:18:39 bweb systemd[1]: Failed to start Web server Apache.
Aug 09 06:18:39 bweb systemd[1]: Unit httpd.service entered failed state.
Aug 09 06:18:39 bweb systemd[1]: httpd.service failed.