April 23, 2020
Estimated Post Reading Time ~

How to upgrade Apache version regularly

Environment: Apache Webserver

Solution:
1. Check the apache version by using #httpd –v
2. Run the below command to update the version
# yum update httpd
#apt-get install apache2
3. That’s it! again check for the version of apache post-upgrade #httpd -v


By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.