Apache Install - Bobleoble/tech-journal GitHub Wiki

Install httpd

  • *sudo yum install httpd
  • systemctl start httpd

Firewall Config

  • firewall-cmd --permanent --add-port=80/tcp for http
  • firewall-cmd --permanent --add-port=443/tcp for https
  • Check firewall with firewall-cmd --list-all