How to Install Apache - samuelGreitzer/SYS255-tech-journal GitHub Wiki

  1. make sure you have an internet connection

  2. Install command

sudo yum install httpd -y

  1. Allow appache through the firewall

firewall-cmd --open-port=80/tcp

  1. start apache

systemctl start httpd

  1. Enter ip address into browser to confirm installation and function