First install apache server:
$ yum install httpd -y
Then start the service
$ service httpd start
If you want to have the service start on reboot
$ chkconfig httpd on
Add whatever html or web content you want to /var/www/html
and it will be served consistently!