Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

upgrate Apache 2.2.3 to 2.2.16

12 views
Skip to first unread message

Maheshkumar

unread,
Feb 21, 2011, 11:41:55 PM2/21/11
to
We have Apache 2.2.3 installed on our RHEL server but PCI Compliance
asked us to upgrade it to Apache 2.2.16 or greater. yum update is not
upgrading it to latest. We are afraid to do fresh installation. is
there any simple way to upgrade to 2.216.
Thanks in advance.
Message has been deleted

mu...@thangal.co.in

unread,
Apr 5, 2012, 3:12:56 AM4/5/12
to

Andre

unread,
Apr 5, 2012, 4:13:24 AM4/5/12
to
You could download sources, compile with configure --prefix=anywhere and
in httpd.conf set DocumentRoot=where your documents are with your
current config and
Listen = ipadress:otherport

So you have your old apache still running, and you can test your new config.
Once you upgrade to production, simply set Listen directive to the
correct value.

OTH
with yum you also can specify --installroot=root Not too shure as I
never tried it.
My preferences are for the download/compile
André

Mr. B-o-B

unread,
Apr 5, 2012, 9:00:40 AM4/5/12
to
Andre cried from the depths of the abyss...
I would go one step further & just build your own custom apache .rpm
The problem with compiling & installing works fine, upgrading in the
future becomes a pain.

Take the extra time initally to create your own .rpm build, and then
install it that way. This pays for itself when you then need to upgrade
down the road. Upgrades are as easy as grab the new source, change the
build-version #, reroll the package, and upgrade. Nice.

Good Luck!

Bob

-
-
Mr. B-o-B aka Bob De Mars
"I want to learn the ways of the Source, and become a Jedi like my Father"
0 new messages