Skip to content

Instantly share code, notes, and snippets.

@iampato
Created July 27, 2020 10:31
Show Gist options
  • Save iampato/8b1445ae146bc5d762ae4e8d70e1c983 to your computer and use it in GitHub Desktop.
Save iampato/8b1445ae146bc5d762ae4e8d70e1c983 to your computer and use it in GitHub Desktop.
sudo yum update httpd
sudo yum install httpd
sudo yum install firewalld
sudo systemctl enable firewalld
sudo systemctl start firewalld
sudo firewall-cmd --permanent --add-service=http
sudo firewall-cmd --permanent --add-service=https
sudo firewall-cmd --reload
sudo systemctl start httpd
sudo systemctl status httpd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment