Skip to content

Install Apache and httpd

GoogleMattEckhardt edited this page Nov 5, 2019 · 2 revisions

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

Clone this wiki locally