Install Apache web server and required packages
yum install httpd httpd-devel openssl openssl-devel
Configure start at boot up
chkconfig httpd on
Start Apache web server
service httpd start