How To Install Apache (HTTPD) On CentOs 7/Red-Hat and Configuring step by step
This video we learn how to install and configure Apache server.
You can follow below videos also:
How to Install Packages in Linux using YUM Command :- https://youtu.be/TGnLWso4iw8
How to Install Ubuntu :-https://youtu.be/NyZSQO_8CA0
The commands you need to use to follow the Apache tutorial are:
CentOS/Red-Hat 6
sudo yum install httpd
sudo service httpd start
sudo service httpd status
sudo chkconfig httpd on
CentOS/Red-Hat 7
sudo yum install httpd
sudo systemctl start httpd
sudo systemctl status httpd
sudo systemctl enable httpd
centos 7