Forum Moderators: bakedjake
So how do I set it to test locally? and what text browser other than lynx to test my localhost?
Did some search on the web, but cant find one that teaches how to do it except I read on the RH manuals that I'll have to set up the DNS too?
Is apache running and listening? in a terminal, type:
netstat -an¦grep 80 That's what I'd check for first, then check if apache is actually running.
ps -aux¦grep http That'll tell you if the process is actually running or not.
If it's not running, then you may have to look at your /etc/init.d/httpd script or your apache config again. It may be dying, but reporting a successful start.