How To Install Apache (HTTPD) On CentOs 7
Free Linux cheat sheet found here: http://eepurl.com/dkRNM9
This video describes how to install Apache (HTTPD) on Centos 7. To see how to install Centos 7 you can follow my previous video here:
The commands you need to use to follow the Apache tutorial are:
sudo yum install httpd
sudo service httpd start
sudo service httpd status
sudo chkconfig httpd on
sudo service firewalld status
sudo firewall-cmd –zone=public –add-port=80/tcp –permanent
sudo firewall-cmd –reload
If you choose to install putty you can find it from the link below:
http://www.putty.org/
centos 7