mysql+apache+php를 설치하였습니다.
모든게 정상적으로 잘 진행되었죠.
네트웍도 문제가 없었습니다.
그런데 아파치를 실행한 상태에서 넷스케이프를 열면(http://localhost)다음
과 같은 에러메세지가 뜹니다.
-----------------------------------------
에러<2>
Netscape가 서버를 찾을 수 없습니다.
keyword.kr.netscape.com
이 서버는 DNS 항목을 갖고 있지 않습니다.
이 URL에 있는 서버 이름을 확인한 후
다시 시도하십시오.
-----------------------------------------
왜 그런지 알려주시면 대단히 감사하겠습니다.
다음은 저의 시스템 네트웍 설정 내용입니다.
[root@www mysql]# /usr/local/apache/bin/apachectl start
/usr/local/apache/bin/apachectl start: httpd started
[root@www mysql]# telnet localhost
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
Connection closed by foreign host.
[root@www mysql]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:50:BF:13:FF:46
inet addr:192.168.1.2 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
RX packets:258 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 erros:0 droped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:9 Base address:0xf800
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
RX packets:62 errors:0 dropped:0 overruns:0 frame:0
TX packets:62 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
[root@www mysql]# netcfg
Names
HostName:www.deocompage.com
Domain:deocompage.com
Nameservers:192.168.1.2
Hosts
192.168.1.2 www.deocompage.com deocompage
192.168.1.1 www.deocompage.com deocompage
127.0.0.0 localhost.localdomain localhost
Interfaces
lo 127.0.0.1 none yes,active
eth0 192.168.1.2 static yes,active
Routing
Default Gateway:192.168.1.1
Default Gateway Device:eth0
eth0 192.168.1.2 255.255.255.0 192.168.1.1
[root@www mysql]# route
Kernel IP routing table
Destination Gateway Genmask Flags Metric
Ref Use Iface
192.168.1.2 * 255.255.255.255 UH 0
0 0 eth0
192.168.1.0 * 255.255.255.0 U 0
0 0 eth0
127.0.0.0 * 255.0.0.0 U 0
0 0 lo
default www.deocompage. 0.0.0.0 U 0 0
0 eth0
[root@www mysql]#