Apache Upgrade Version
Posted
by mcondiff
on Server Fault
See other posts from Server Fault
or by mcondiff
Published on 2010-03-08T21:36:29Z
Indexed on
2010/03/08
21:38 UTC
Read the original article
Hit count: 257
I have a live server that I need to upgrade Apache from 2.2.10 to 2.2.15 on Windows Server 2003.
I have just inherited this server and need the fastest way to upgrade to the latest stable version without much downtime and without messing up my configuration.
My first thought is to copy the httpd.conf, uninstall the current Apache, install the latest stable Apache version and then replace the httpd.conf with the previous live version.
Anyone see a problem or pitfall with that?
How does a Server Pro do something like this. (I'm a programmer and am new to server systems administration).
© Server Fault or respective owner