Install Apache on CentOS
First update your server using mention command
#yum -y update
After updating completed on your server use below mention command for installation of
for Installing of Apache
Apache is available within CentOS's default software repositories, which means you can install it with the yum package manager.
For Apache installation
#yum install httpd
After installation completed of Apache start the service of Apache using below mention command
#systemctl start httpd
After Apache installed check the status of Apache service
#systemctl status httpd
0 Comments