Apache Upgrade Version
- by mcondiff
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).