|
From: wayne <inf...@ve...> - 2001-10-15 17:45:00
|
Hi Dieter, I use to have "ServerName localhost.localdomain", but I still got the error from Netscape. Should I change it back to this or leave it as "ServerName localhost"? My /etc/hosts file has the enter for 127.0.0.1 as 127.0.0.1 localhost.localdomain localhost I also tried to use this as a url http://localhost.localdomain/sql-ledger/admin.pl, but I still get the error "Netscape is unable to locate the server locallhost.localdomain". Another way I tried keying in the url was- "http://127.0.0.1/sql-ledger/admin.pl". The return error on this was slightly different. "Netscape's network connection was refuse by the server 127.0.0.1 The server may not be accepting connection or may be busy." This seems to me that 127.0.0.1 is up and is configured ok. Can someone give me some reason why it wouldn't be accepting a connection? Wayne Dieter Simader wrote: > Use the full name. > > ServerName yourhost.domain.name > > Dieter Simader http://www.sql-ledger.org (780) 472-8161 > DWS Systems Inc. Accounting Software Fax: 478-5281 > =========== On a clear disk you can seek forever =========== > > On Mon, 15 Oct 2001, wayne wrote: > > > 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 |