|
From: wayne <inf...@ve...> - 2001-10-15 16:14:26
|
Hi Rod, Here is a the output from " more /etc/hosts" - [wayne@localhost wayne]$ more /etc/hosts # Do not remove the following line, or various programs # that require network functionality will fail. # IP FQDN ALIAS 127.0.0.1 localhost.localdomain localhost The output from ping- [wayne@localhost wayne]$ ping localhost PING localhost.localdomain (127.0.0.1) from 127.0.0.1 : 56(84) bytes of data. Warning: time of day goes back, taking countermeasures. 64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=3D0 ttl=3D255 time=3D306 usec 64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=3D1 ttl=3D255 time=3D155 usec 64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=3D2 ttl=3D255 time=3D199 usec 64 bytes from localhost.localdomain (127.0.0.1): icmp_seq=3D3 ttl=3D255 time=3D154 usec --- localhost.localdomain ping statistics --- 4 packets transmitted, 4 packets received, 0% packet loss round-trip min/avg/max/mdev =3D 0.154/0.203/0.306/0.063 ms As everyone can see the system is reconizing localhost. Do I have to do anything with resolv.conf file , for that matter, is there any other file I should update? Rod Roark wrote: > Evidently there's no entry for localhost in your /etc/hosts > file. You need to create one (pointing to 127.0.0.1). Do > "man hosts" for an example. > > Cheers, > > -- Rod > http://www.sunsetsystems.com/ > > wayne said: > > Hi, > > If this message is not appropriate to the group let know. > > If anyone can point me to a group that deals with questions > > about apache I will be grateful. I thought I had my problem > > solved, but I don't. > > When I key in the url, http://localhost/sql-ledger/admin.pl, > > I still get the rror "Netscape is unable to locate the server > > localhost". > > In my httpd.conf I have the directive "ServerName localhost". > > I restarted my server and still get the same error. By-the-way, > > my httpd.conf file is stock except for the changes I made for > > sql-ledger. > > Wayne > > > > > > Keld J=F8rn Simonsen wrote: > > > >> On Sun, Oct 14, 2001 at 01:02:22PM -0400, wayne wrote: > >> > Hi Keld, > >> > When I look in my log file httpd.pid I find the process ID > >> > that matches the output from the command > >> > ps -ef | grep httpd. So, I assume that Apache is running. > >> > Thanks. > >> > Wayne > >> > > >> > P.S. I bought another book on Apach and I think my problem > >> > might be-in how I setup httpd.conf. Would the list mine > >> > if I ask some questions on Apache? > >> > >> Ypu could probably ask questions on apache, > >> if it is related to sql-ledger > >> > >> Keld |