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
centos 7