Sunday, 19 April 2015

Install Web Server Apache on CentOS 7

Easy to install web server apache on CentOS 7




Here I show you how to install web server on CentOS 7. let's move.
  
1. Login as root
2. Mount your DVD Master CentOS 7.
3. Type this command yum install httpd
4. After that type this command systemctl start httpd.service
5. Next, type this command systemctl enable httpd.service
6. Configure your firewall
        firewall-cmd --permanent --zone=public --add-service=http
       firewall-cmd --permanent --zone=public --add-service=https
      firewall-cmd –reload
6. finish.


AHS

No comments:

Post a Comment