Linux httpd: Could not reliably determine the server's fully qualified domain name, using ::1 for ServerName
페이지 정보
본문
[root@localhost /]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using ::1 for ServerName
[ OK ]
ServerName 설정이 안되어 있어서 나는 경고입니다. httpd.conf 파일을 열어서 ServerName 부분을 찾아서 주석 해제 하시고 ServerName xxx.xxx.com 등 자신의 도메인을 쓰면 해결 됩니다.
[root@localhost /]# vi /usr/local/apache/conf/httpd.conf
# line 276: ServerNmae 정보 수정
#ServerName www.example.com:80
를 아래와 같이 변경
#ServerName localhost:80
[root@localhost /]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
참고자료
http://www.webmadang.net/community/community.do?action=read&boardid=5001&seq=20&nflag=notice
http://swnote.tistory.com/entry/httpd-Could-not-reliably-determine-the-servers-fully-qualified-domain-name-using-localhostlocaldomain-for-ServerName-directive-globally-to-suppress-this-message
Stopping httpd: [ OK ]
Starting httpd: httpd: Could not reliably determine the server's fully qualified domain name, using ::1 for ServerName
[ OK ]
ServerName 설정이 안되어 있어서 나는 경고입니다. httpd.conf 파일을 열어서 ServerName 부분을 찾아서 주석 해제 하시고 ServerName xxx.xxx.com 등 자신의 도메인을 쓰면 해결 됩니다.
[root@localhost /]# vi /usr/local/apache/conf/httpd.conf
# line 276: ServerNmae 정보 수정
#ServerName www.example.com:80
를 아래와 같이 변경
#ServerName localhost:80
[root@localhost /]# service httpd restart
Stopping httpd: [ OK ]
Starting httpd: [ OK ]
참고자료
http://www.webmadang.net/community/community.do?action=read&boardid=5001&seq=20&nflag=notice
http://swnote.tistory.com/entry/httpd-Could-not-reliably-determine-the-servers-fully-qualified-domain-name-using-localhostlocaldomain-for-ServerName-directive-globally-to-suppress-this-message
댓글목록
등록된 댓글이 없습니다.