How to upgrade Apache version regulaly


Environment : Apache Web server


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

No comments:

Post a Comment