Installing Apache
After logging as as super user (root). follow steps :
Step 1:
yum install httpd
Step 2:
Now make apache start with computer boot
chkconfig httpd on
Step 3:
start the apache services
/etc/init.d/httpd start
after successful message of service start, check localhost by typing it into your browser
A SUCCESSFUL LINUX TEST PAGE WILL BE DISPLAYED IN YOUR BROWSER