Friday, July 26, 2019

Apache HTTP Server up-gradation on Redhat Linux 7.3







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

3. Now install higher version of apache web server.

[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

Introduction to Linux Part 1

Introduction to Linux Part 1

Introduction to Linux Linux is an operating system that works just like Windows and Mac OS X. As an operating system, Linux is a very h...