type
/sbin/service httpd status
remember that your /sbin directory is not in the default user profile PATH variable.
if apache is not instlalled type
as root
STEP 1
#yum -y install httpd
when complete
type
STEP 2
chkconfig httpd on
STEP 3
service httpd start (if this doesnt work remember the /sbin)
STEP 4 go to your browser and type http:/<yourcompuernamehere> or that
http://localhost/index.html that should work.