아파치 중단
페이지 정보
본문
AAI최신 버전입니다. 이전에도 그런적이 있어서요..
계정을 추가하는 과정에서
Mysql ROOT 패스워드를 입력하세요
Enter password:
비번 입력하고 나면
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Error while running apachectl configtest.
httpd: Syntax error on line 358 of /etc/httpd/conf/httpd.conf: Syntax error on l ine 18 of /etc/httpd/conf.d/hwiknet.conf: /etc/httpd/conf.d/hwiknet.conf:18: <Vi rtualHost> was not closed.
The apache plugin is not working; there may be problems with your existing confi guration.
The error was: MisconfigurationError('Error while running apachectl configtest.\ n\nhttpd: Syntax error on line 358 of /etc/httpd/conf/httpd.conf: Syntax error o n line 18 of /etc/httpd/conf.d/hwiknet.conf: /etc/httpd/conf.d/hwiknet.conf:18: <VirtualHost> was not closed.\n',)
Redirecting to /bin/systemctl restart httpd.service
Job for httpd.service failed because the control process exited with error code. See "systemctl status httpd.service" and "journalctl -xe" for details.
이런 메시지가 나오고 서버가 죽습니다.. 다른 계종도 작동을 하지 않는데요,..,
디비 계정 비번 입력하면 이렇게 나와서 서버가 죽습니다. SSH는 접속이 됩니다 그런데 아파치 오류가 나오는거 같아요..
추가한 계정이 전에 저번달에 인증서 초과 되어서 발급이 안된것인데, 이건 관계가 없는거 같습니다. 다른 도메인을 추가했을때 이런 현상이 있었거든요
아파치가 잘못된거 같은데요. 어떻게 해야 할까요
이문제 때문에 리눅스를 다시 설치했는데 또 그러네요.
댓글목록
아파치님의 댓글
아파치 쪽지보내기 메일보내기 자기소개 아이디로 검색 전체게시물 아이피 (173.♡.♡.136) 작성일
해당 에러 메세지를 읽어 보시면 답이 나와 있습니다.
hwiknet.conf 파일에 구문 에러가 발생 한것 같네요.
<VirtualHost> 끝에 </VirtualHost> 로 끝나는지 확인 해 보세요.
그리고 해당 Syntax error 로 아파치가 죽은것이니 수정후 아파치를 재시작하면 이상 없을 겁니다.
그리고 쉘에서 journalctl -xe 또는 systemctl status httpd.service 를 진행하면 문제가 왜 발생 했는지에 대한 안내도 나오니 참조 하세요.