: 아파치 웹서버를 깔고 아이피 주소를 치면 디폴트 페이지가 나와야
: 하는데..안나와서 확인해봤더니..
: 부팅시 httpd 가 failed 이더군요..
:
: 아래 글은 httpd 를 가동시켜쓸때 나타난 메세지 입니다.
:
: root@anjal123 /root]# /etc/rc.d/init.d/httpd start
: Starting httpd: httpd: cannot determine local host name.
: Use the ServerName directive to set it manually.
: [FAILED]
:
:
: 뭐때문일까여?
httpd.conf 를 찾아보면 ServerName 이란 지시자가 있습니다.
거기에 서버이름을 적어주세요.
DNS 에 등록이 안돼 있다면 ip address 라도 적으세요.--qKing