: 리눅스 접한지 며칠 안되는 정말 새내긴데,
: 리눅스 환경에서 넷스케이프를 통해 이곳을 올 수 있다는 것이 신기하네요.
:
: 어제 알짜6.2beta에 아파치, php3, mysql을 인스톨하는데 성공했는데...
: 아파치데몬을 띄우면,
: httpd: cannot determine local host name.
: use the ServerName directive to set it manually.
: ./bin/apachectl start: httpd could not be started.
: 라는 메세지가 나옵니다.
:
: 어떻케 대처해야할 지...
: 부탁드립니다.
httpd.conf에다가 ServerName 이란 태그로 서버명을 지정해 주시면
될겁니다...
이렇게요...
ServerName "서버이름"
그럼..--행복하세요..