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 |