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. ...
- 08-13-2009 #1Just 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
- 08-14-2009 #2
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.
- 08-18-2009 #3
- 08-18-2009 #4
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.
- 08-18-2009 #5


Reply With Quote
