Linux serverNETWORK ADMINISTRATIONS

Instalacion server apache CentOS 7

sudo yum install httpd
sudo firewall-cmd –permanent –add-service=http
sudo firewall-cmd –permanent –add-service=https
sudo firewall-cmd –reload
sudo systemctl status httpd
sudo systemctl start httpd

source

centos 7

Leave a Reply

Your email address will not be published. Required fields are marked *