Created
July 27, 2020 10:31
-
-
Save iampato/8b1445ae146bc5d762ae4e8d70e1c983 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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