PHP upgrade on Ubuntu 10.04

wtptrs

Verified User
Joined
Jul 13, 2015
Messages
324
One of our servers is still running:

-Ubuntu 10.04
-Custombuild 1.2
-Apache 2.2
-PHP 5.5 (suphp)

We would like to upgrade PHP to 5.6 (suphp). Some questions:

1) Do we need to upgrade Apache from 2.2 to 2.4 before being able to update PHP with Custombuild 2.0?

2) If so, do we first upgrade Custombuild to 2.0 and then run the following commands?

cd /usr/local/directadmin/custombuild
./build set php1_release 5.6
./build set php1_mode=suphp
./build update
./build apache
./build php n
./build rewrite_confs


3) Is all of this still possible on Ubuntu 10.04 or would we need to upgrade the OS as well?

Thanks.
 
Back
Top