1. Make sure you install httpd server on the system.
4. Create "/mywebsite" folder to organize your static web contents
5. Give apache server a readonly access to "/mywebsite" and its subfolders:
- rpm -qa | grep httpd - This shows the list if you already have httpd installed on your system
- yum install httpd - download and install httpd server.
- to switch to root user: type "su" and provide Password when asked
4. Create "/mywebsite" folder to organize your static web contents
5. Give apache server a readonly access to "/mywebsite" and its subfolders:
- semanage fcontext -a -t httpd_sys_content_t "/mywebsite(/.*)?"