Moving from customapache to custombuild

wdeboer

Verified User
Joined
Jul 16, 2005
Messages
40
Does anyone have any tips how to convert an existing server from customapache to custombuild? Especially, the PHP and MySQL bits?
 
Code:
cd /usr/local/directadmin
wget http://files.directadmin.com/services/custombuild/1.1/custombuild.tar.gz
tar xvzf custombuild.tar.gz
cd custombuild
./build update
./build all d
 
Yes, but when I try that and install MySQL 5. I am experiencing all kind of socket issues. I will see how I can fix that. Neither does the backup of databases work when you upgrade from MySQL 4.1
 
Just edit options.conf and set mysql=4.1 if you want :) However, default installation doesn't upgrade mysql.
 
Back
Top