linux/APM
AH00558 에러 조치.
꼽등이
2015. 11. 19. 17:09
root@designnoon:/etc/apache2/sites-available# /etc/init.d/apache2 restart
* Restarting web server apache2
AH00557: apache2: apr_sockaddr_info_get() failed for designnoon
AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message
[ OK ]
기존 httpd.conf 에 ServerName localhost 또는 ServerName IP 또는 hostname 을 넣어준다
하지만 ubuntu 13.10 server 에서는 보이지 않았다.
대신 apache2.conf 파일의 마지막에 ServerName localhost 를 추가해 주므로 메시지 없이 작동된다.
출처 :