Setting up a web server - TannerWeinacker/Tech-Journal GitHub Wiki
Getting to the web server
- From here you should be able to enter in web01-tanner
- If not then there is something wrong with the DNS
What to do next
- remove the welcome.conf files in the directory shown on the website ('/etc/httpd/conf.d/welcome.conf')
- create a file in /var/www/html/ called index.html (vi /var/www/html/index.html)
- Edit that with basic HTML to make that your webpage (For reference: https://www.rabanser.tech/2018/10/13/How-to-serve-websites-with-Apache-on-CentOS-7.html)