: 두루넷을 사용하고 있습니다.
: 당연히 유동아이피 입니다. 그냥 서버셋팅하구 내부에서(윈도우 98)로 127.0.0.1
: 아이피 입력하면 html파일이 보여야 하는데..
:
: ./apacheclt start 하면 아래와 같은 에러가 납니다.
:
: [root@kiki bin]# ./apachectl start
: [Fri Jan 5 16:57:06 2001] [alert] httpd: Could not
: determine the server's fully qualified domain name,
: using 127.0.0.1 for ServerName
:
: ./apachectl start: httpd started
:
: 어떻게 해야할지 잘모르겠습니다. 좀 알려주세요..
: 그럼 부탁드립니다.
:
: --
: -.,-
혹시 /usr/local/apache/conf/httpd.conf 파일에서(물론 위치가 다를 수도
있겠지여...)
ServerName localhost.localdomain
부분을 어떻게 설정 하셨는지여...
고정 IP가 있음(예를 들어 123.123.123.123일 경우)
ServerName http://123.123.123.123 하거나
ServerName http://host명.도메인명
하시구여
고정 IP가 없음
SeverName http://127.0.0.1 이렇게 하문 될거 같은데여...
도움이 되셨음... 저도 초보라서 잘... --;--이 곳에 서명을 적어주십시오.
제대로 썼나? --;;