I need someone to install DA on VPS cent6_64 PHP 5.2.17

Status
Not open for further replies.

pico

Verified User
Joined
Apr 4, 2008
Messages
5
Hi,
I need to install DirectAdmin on my VPS cen6_64. What I need is PHP 5.2.17, Mysql 5.1.
Let's PM me price.
thanks
 
https://help.directadmin.com/item.php?id=497 seems to indicate that the CloudLinux extended support version of 6 is supported.

You can change your php version in /usr/local/directadmin/custombuild/options.conf or via the following commands (post-install):
Code:
cd /usr/local/directadmin/custombuild
./build update
./build set php1_release 5.2

Samething for MySQL (post-install):
Code:
cd /usr/local/directadmin/custombuild
./build set mysql 5.1
./build set mysql_inst mysql
./build set mysql_backup yes
./build update
./build mysql

As far as the installation of DirectAdmin. Anything in particular you don't like or understand or this is just for convenience? The install guide is pretty straight forward. I don't use CentOS6 so take it with a pinch of salt.
 
Sorry I meant that PHP version isn't actually supported anymore:

Ah, good spot, thank you.

So I think the only hope for OP is by using CloudLinux for the PHP selector (assuming you can enable 5.2 through that?) and Hardened CentOS6.
 
CHange your OS to debian 9 and install scripts before install script for setup.sh ;)
 
Status
Not open for further replies.
Back
Top