Ticker

6/recent/ticker-posts

Advertisement

How to install Apache on centOS

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 Apache

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



For the check start the apache on your server hit mention url in your server browser and hit enter


http://your_server_ipaddress

Post a Comment

0 Comments