반응형
apachectl configtest 명령어는 httpd.conf 파일의 문법을 검사하는 명령어이다.
httpd.conf의 문법이 정상이 경우 Syntax OK가 뜬다.
AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using 10.0.0.10. Set the 'ServerName' directive globally to suppress this message
오류가 뜨면 /etc/httpd/conf/httpd.conf에서
95번째 줄 ServerName www.example.com:80 의 주석을 해제하면 해결된다.

반응형
'오류 해결 > Linux 오류 해결' 카테고리의 다른 글
[오류 해결] /bin/bash: line 1: exec: java: not found (0) | 2025.01.23 |
---|---|
[오류 해결] package http-devel available (0) | 2022.05.19 |