Custombuild 2.0 Restart Config to default and build again

payam.int

Verified User
Joined
Jul 22, 2013
Messages
5
Hi ,
Sorry for my bad english .

i installed da on centos 6 then i convert it to cl . now i want to back to centos but directadmin returns errors and php wont work .
is there any way to reset all custombuild config without loosing hosts data ?

thanks //
 
is there any way to reset all custombuild config without loosing hosts data ?

You might want to try to remove /usr/local/directadmin/custombuild/options.conf and rebuilt with the defaults:

Code:
./build options

and then

Code:
./build all d

to get the things with default settings.
 
I have a simmilar problem - I have installed DA on CentOS 6.4 (with custombuild 2.0 and default options)
After completed installation, there was an error when tried to run apache:

Starting httpd: AH00526: Syntax error on line 2 of /etc/httpd/conf/extra/httpd-phpmodules.conf:
Invalid Mutex argument posixsem (Mutex mechanisms are: 'none', 'default', 'flock:/path/to/file', 'fcntl:/path/to/file', 'file:/path/to/file', 'sysvsem', 'sem')

Changing argument 'posixsem' to 'sem' solves problem and apache works perfectly, but I think it should be fixed ;)
 
Back
Top