question about software installs???

Ok i have apache 2.0.45 and php4.3.1

i wanna update to apache 2.0.46 and php4.3.2

my question is this.......

if php is installed in /usr/local/php4.3.1 and apache is installed in /usr/local/apache2.0.45 is it ok to compile apache apache into /usr/local/apache2.0.46 and php into /usr/local/php4.3.2 which the older versions are running

then setup the new apache to run on port 90, while i configure it, then once all up and running, stop it, set it up to run on port 80, stop the old apache, and start the new, so that the dowtime is only the time it takes for the old apache to stop and the new one to start

is it ok to do this, or will it break something????

and is it ok to simple just delete the old apache and php dirs as long as i update my bootup scripts to the new apache

thanx

 

 

 

 

Top