Install Apache and httpd - GoogleMattEckhardt/MattEckhardtTechJournal GitHub Wiki

Install Apache and httpd

sudo yum install httpd

Add ports 80/tcp and 443/tcp

firewall-cmd --list-all

systemctl enable httpd

systemctl start httpd