LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Steps to Upgrade Apache 2.2.3 to 2.2.21 (https://www.linuxquestions.org/questions/linux-newbie-8/steps-to-upgrade-apache-2-2-3-to-2-2-21-a-4175493241/)

monojcool 01-31-2014 05:18 AM

Steps to Upgrade Apache 2.2.3 to 2.2.21
 
Dear All,


OS DETAILS
----------
[root@ssdgportal2 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.4 (Tikanga)
[root@ssdgportal2 ~]# getconf LONG_BIT
64
[root@ssdgportal2 ~]#

Apache Details
---------------

[root@ssdgportal2 ~]# httpd -version
Server version: Apache/2.2.3
Server built: Jul 15 2009 09:02:25
[root@ssdgportal2 ~]#


Please help me with the steps in upgrading Apache 2.2.3 to 2.2.21

Please help me with complete steps...please


Thanks and Regards
Monoj Das

TB0ne 01-31-2014 09:59 AM

Quote:

Originally Posted by monojcool (Post 5108612)
Dear All,
OS DETAILS
----------
Red Hat Enterprise Linux Server release 5.4 (Tikanga) 64

Apache Details
---------------
Server version: Apache/2.2.3
Server built: Jul 15 2009 09:02:25

Please help me with the steps in upgrading Apache 2.2.3 to 2.2.21 Please help me with complete steps...please

If you need 'step-by-step' how-to's, this isn't the place..we're happy to help with specific problems, but don't ask us to look up how-to guides for you, or re-type them for you.

And all you really should have to do is type in "yum upgrade httpd". If you tried doing a simple Google search, you'd find information related to this easily:
https://access.redhat.com/site/docum...e/pup-yum.html
http://www.thegeekstuff.com/2008/09/...nux-using-yum/

...and even instructions from the Apache website:
http://httpd.apache.org/docs/current/install.html

myatthu 01-31-2014 09:59 AM

You need to download specific rpm from rhn.
Is it must be that version?
If not you can simply yum update.

If you use rpm
rpm -Uvh httpxxxx.rpm

If you use yum(it will update with latest available version)
yum update httpd

You are updating production server always make backup or turn on rpm transaction feature for rollback anything go wrong.


All times are GMT -5. The time now is 05:18 AM.