리눅스
[apache][ERROR] httpd: Could not reliably determine the server's fully qualified domain name
변군이글루
2013. 7. 11. 22:48
반응형
[root@ns1 src]# apachectl start
httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
해결 방법
(원본) #ServerName www.example.com:80
(수정) ServerName 127.0.0.1:80
728x90
반응형