Find the answer to your Linux question:
Results 1 to 5 of 5
Right now I have Apache 2.2.3 installed on my RHEL 5 installation, I want to upgrade it to 2.2.11 in order to take advantage of some changes made to mod_rewrite. ...
  1. #1
    Just Joined!
    Join Date
    Aug 2009
    Posts
    1

    Apache Upgrade in RHEL 5

    Right now I have Apache 2.2.3 installed on my RHEL 5 installation, I want to upgrade it to 2.2.11 in order to take advantage of some changes made to mod_rewrite. Can I simply download the RPMs for it or is there another way of doing it?

    Thanks

  2. #2
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    You should be able to download from the apache website the files that you need. Just be warned though, that after you install manually you will now be in charge of any security patches you need to apply since yum will no longer be updating your new apache installation.

  3. #3
    Just Joined! Shutdown's Avatar
    Join Date
    Aug 2009
    Location
    New York
    Posts
    70
    Quote Originally Posted by coopstah13 View Post
    You should be able to download from the apache website the files that you need. Just be warned though, that after you install manually you will now be in charge of any security patches you need to apply since yum will no longer be updating your new apache installation.
    How does one apply a security patch to an already installed Apache installation?

    Let's say there's reports of a bug in mod_rewrite.

    Do you just simply install the latest Apache over your existing copy? Or is there a method of JUST updating the mod_rewrite module?

  4. #4
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    I believe each module is its own shared library object (.so file) so you should be able to just download the patch, apply it to the source for the mod_rewrite module, rebuild that module, and overwrite the old one with the new one. You would have to restart apache after this process so it would pick up the new one though.

  5. #5
    Just Joined! Shutdown's Avatar
    Join Date
    Aug 2009
    Location
    New York
    Posts
    70
    Quote Originally Posted by coopstah13 View Post
    I believe each module is its own shared library object (.so file) so you should be able to just download the patch, apply it to the source for the mod_rewrite module, rebuild that module, and overwrite the old one with the new one. You would have to restart apache after this process so it would pick up the new one though.

    Got it. Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...