Apache HTTP Server up-gradation on Linux 7.3 CentOS
1. First of all you have to stop httpd service using command- [root@localhost /]# httpd service stop 2. Then remove old version of apache [root@localhost /]# yum remove httpd |
[root@localhost /]# yum install httpd
4. After that restart again httpd service-
[root@localhost /]# httpd service restart
Now you can hit your URL in web browser.
No comments:
Post a Comment