: 안녕하세요..
:
: 아파치 설치 거의 마지막 부분인것 같은데 httpd.conf 를 수정하고
:
: [ root@linux conf]# /usr/local/etc/httpd/bin/httpd -f
: /usr/local/etc/httpd/conf/httpd.conf를 치면 아래와 같은 메세지가
: 나옵니다.
:
: httpd: cannot determine local host name
: use the servername directive to set it manually
:
: 이유가 뭘까요??
:
: 답변 주심 고맙겠습니다..
http.conf 화일내용중에
#Servername localhost (혹은 님의 웹서버이름)
이줄의 주석을 제거하시면 ...--@~@