From: Wayne <inf...@pi...> - 2001-07-22 15:45:21
|
Hi, On the installation instruction for SETUP A USER I get ans error. When I enter the URL http://localhost/sql-ledger/admin.pl I get the error Netscape can not find localhost. Can some kind soul tell me how to let Netcape know about localhost, also could you point me to some documentation on this? Thanks. WAyne. |
From: Anders W. <aw...@kr...> - 2001-07-22 17:07:26
|
Wayne wrote: >Hi, >On the installation instruction for SETUP A USER I get ans error. >When I enter the URL >http://localhost/sql-ledger/admin.pl I get the error >Netscape can not find localhost. Can some kind soul >tell me how to let Netcape know about localhost, also >could you point me to some documentation on this? >Thanks. > Well, I've seen this error when my local httpd-server is down. I remember it just for the funny error message that led me on the wrong path. Otherwise check your /etc/hosts-file or try http://127.0.0.1/sql-ledger/admin.pl (that is localhost but by its ip) regards, Anders Wallenquist Kreawit > >WAyne. > |
From: German D. <g_d...@ya...> - 2001-07-23 05:14:08
|
Check for permissions to the directories that you are trying to access. Also type ifconfig and see if it lists the loopback or 127.0.0.0 address or type ping 127.0.0.0 if it says that it can not reach addresss it means that the network was not setup. Good luck Jerry --- Wayne <inf...@pi...> wrote: > Hi, > On the installation instruction for SETUP A USER I > get ans error. > When I enter the URL > http://localhost/sql-ledger/admin.pl I get the > error > Netscape can not find localhost. Can some kind soul > tell me how to let Netcape know about localhost, > also > could you point me to some documentation on this? > Thanks. > WAyne. > > __________________________________________________ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ |
From: Anders W. <aw...@kr...> - 2001-07-23 08:23:09
|
<html> <head> </head> <body> German Duenas wrote:<br> <blockquote type="cite" cite="mid:200...@we..."><pre wrap="">Check for permissions to the directories that you are<br>trying to access. Also type ifconfig and see if it<br>lists the loopback or 127.0.0.0 address or type ping<br>127.0.0.0 if it says that it can not reach addresss it<br>means that the network was not setup. </pre> </blockquote> localhost = 127.0.0.1 nothing else<br> <br> Sorry, not meaing to be finical, but the zero-address is a broadcastaddress and is not working as you may assume.<br> <br> /Anders Wallenquit<br> <br> <blockquote type="cite" cite="mid:200...@we..."><pre wrap="">Good luck <br>Jerry<br>--- Wayne <a class="moz-txt-link-rfc2396E" href="mailto:inf...@pi..."><inf...@pi...></a> wrote:<br></pre> <blockquote type="cite"><pre wrap="">Hi,<br>On the installation instruction for SETUP A USER I<br>get ans error.<br>When I enter the URL<br><a class="moz-txt-link-freetext" href="http://localhost/sql-ledger/admin.pl">http://localhost/sql-ledger/admin.pl</a> I get the<br>error<br>Netscape can not find localhost. Can some kind soul<br>tell me how to let Netcape know about localhost,<br>also<br>could you point me to some documentation on this?<br>Thanks.<br>WAyne.<br><br><br></pre> </blockquote> <pre wrap=""><!----><br><br>__________________________________________________<br>Do You Yahoo!?<br>Make international calls for as low as $.04/minute with Yahoo! Messenger<br><a class="moz-txt-link-freetext" href="http://phonecard.yahoo.com/">http://phonecard.yahoo.com/</a><br></pre> </blockquote> <br> <br> </body> </html> |
From: Wayne <inf...@pi...> - 2001-07-23 13:31:26
|
I did both ping and ifconfig and they show 127.0.0.1. I also did a chmod on all members to 777. I'm still getting the same error message. Is there somthing in Apache I have to do? Thanks for the help. Wayne German Duenas wrote: > Check for permissions to the directories that you are > trying to access. Also type ifconfig and see if it > lists the loopback or 127.0.0.0 address or type ping > 127.0.0.0 if it says that it can not reach addresss it > means that the network was not setup. Good luck > Jerry > --- Wayne <inf...@pi...> wrote: > > Hi, > > On the installation instruction for SETUP A USER I > > get ans error. > > When I enter the URL > > http://localhost/sql-ledger/admin.pl I get the > > error > > Netscape can not find localhost. Can some kind soul > > tell me how to let Netcape know about localhost, > > also > > could you point me to some documentation on this? > > Thanks. > > WAyne. > > > > > > __________________________________________________ > Do You Yahoo!? > Make international calls for as low as $.04/minute with Yahoo! Messenger > http://phonecard.yahoo.com/ |
From: Anders W. <aw...@kr...> - 2001-07-23 14:17:18
|
Wayne wrote: >I did both ping and ifconfig and they show 127.0.0.1. I >also did a chmod on all members to 777. I'm still getting >the same error message. Is there somthing in Apache >I have to do? >Thanks for the help. >Wayne > Have you checked your apache/httpd? /etc/rc.d/init.d/httpd restart # Does a restart of apache (stop and then start) telnet localhost 80 # Gives you direct access thru http-protocol GET / and so on... http://127.0.0.1/sql-ledger/admin.pl # in netscape forces netscape to not use /etc/hosts or dns /aw |
From: Wayne <inf...@pi...> - 2001-07-24 14:34:23
|
Hi again, The path to my httpd is "/usr/local/Apache/bin/httpd", do I have to tell any module where my httpd is? When I enter the command, "telnet localhost 80" I get this error- Trying 127.0.01... telnet: Unable to connect to remote host: connection refuse When I do ping IP address 127.0.0.1 shows up. When I do ifconfig address 127.0.0.1 shows up. Can anyone give me some more suggestion on what I should be looking for? TIA. Wayne Anders Wallenquist wrote: > Wayne wrote: > > >I did both ping and ifconfig and they show 127.0.0.1. I > >also did a chmod on all members to 777. I'm still getting > >the same error message. Is there somthing in Apache > >I have to do? > >Thanks for the help. > >Wayne > > > > Have you checked your apache/httpd? > > /etc/rc.d/init.d/httpd restart # Does a restart of apache (stop and > then start) > > telnet localhost 80 # Gives you direct access thru http-protocol GET / > and so on... > > http://127.0.0.1/sql-ledger/admin.pl # in netscape forces netscape to > not use /etc/hosts or dns > > /aw |