logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Upgrading from apache 2.2.15 to 2.2.17 in windows.
Author
tornado



Joined: 15 Feb 2011
Posts: 2

PostPosted: Tue 15 Feb '11 11:23    Post subject: Upgrading from apache 2.2.15 to 2.2.17 in windows. Reply with quote

HI,

Have currently installed on windows 2008 server.

Need to upgrade from

httpd-2.2.15-win32-x86-openssl-0.9.8o.msi

to

httpd-2.2.17-win32-x86-openssl-0.9.8o.msi

I cannot see anywhere in Apache on how to do an upgrade.

IS there any way to do this without unistalling the current version of Apache ?
Back to top
glsmith
Moderator


Joined: 16 Oct 2007
Posts: 2268
Location: Sun Diego, USA

PostPosted: Tue 15 Feb '11 18:49    Post subject: Reply with quote

Yes there is,

You can unpack the msi file and drop all the files inside to a temporary folder with

msiexec /a c:\httpd-2.2.17-win32-x86-openssl-0.9.8o.msi
/qb TARGETDIR=c:\temp

Stop the Apache service and backup what you have just in case.

Replace the /bin and /modules folders with the files from those folders in the unpacked msi. These are the two folders of files Apache uses to run from.

You can also replace the /include, /lib and /manual folders as well if you wish. Do not overwrite your existing /conf and /htdocs folders.

Start Apache the service. You are on 2008 so the services Window should update and show 2.2.17, on XP & prior it would still she the old version but a httpd -V at the command line would confirm you were really running the newer version.
Back to top
tornado



Joined: 15 Feb 2011
Posts: 2

PostPosted: Thu 17 Feb '11 13:33    Post subject: Reply with quote

Great. Thanks.
Back to top


Reply to topic   Topic: Upgrading from apache 2.2.15 to 2.2.17 in windows. View previous topic :: View next topic
Post new topic   Forum Index -> Apache