개발은 핵찜이야/리눅스
아파치 [에러] fully qualified domain name
주인정
2012. 4. 13. 18:03
아파치 재시작시 fully qualified domain name 에러 나타나면..
[root@freesong]# /usr/local/apache/bin/apachectl restart
httpd: Could not reliably determine the server's fully qualified domain name, using superad.co.kr for ServerName
에러 메시지가 나타내는 바..
vi /usr/local/apache/conf/httpd.conf 파일에 보면...
ServerName 이라는 부분이 있다.
바꾸어 주자..
ServerName 127.0.0.1
그리고 재시작..