On Fri, 5 Apr 2002 at 23:22, Brendon Co wrote: > Why am I getting this error? I havent touch any configuration but > instead upgrade my redhat 7.0 to 7.2. > > I already tried http://myidaddress but it doesnt do any good.
Double check that something's listening on port 80. You can use netstat to do this. # netstat -anp | grep :80 Assuming you previously used Apache as your webserver, you can use ps to check if Apache is running # ps ax | grep apache If apache is not running make sure it's installed. If it's installed you can run it using the init script: # /etc/rc.d/init.d/apache start --> Jijo -- Federico Sevilla III : <http://jijo.free.net.ph/> Network Administrator : The Leather Collection, Inc. GnuPG Key Fingerprint : 0x93B746BE _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
