Apache default index page is not displayed but downloaded

then edit your httpd.conf.

$ sudo vi /etc/httpd/conf/httpd.conf

<IfModule mime_module>
.
.
.
AddType text/html .html
</IfModule>

$ sudo service httpd restart