Uninstall / Remove Custombuild

tansu

Verified User
Joined
Jul 31, 2008
Messages
80
Ok mates,
This custombuild messed my server up...
How Can I remove it so my sites can work?
 
It didnt mess up your server. You explain no problem so how do you expect to get help.
 
The problem is custombuild..
I want to remove it..
Thats the case
 
Tansu,

Removing CustomBuild will not restore your server to the way it was before you used CustomBuild.

I get the impression that you are confused as to what CustomBuild is. CustomBuild is a tool that allows you to install software easily. It is not a program that runs continuously on your server. Removing CustomBuild will have no effect on your server whatsoever.
 
Well thanks,
my last situation is,
I can not start htpdd. It gives me the error:

Starting httpd: Syntax error on line 50 of /etc/httpd/conf/httpd.conf:
Invalid command 'suPHP_UserGroup', perhaps misspelled or defined by a module not included in the server configuration
 
cd /usr/local/directadmin/custombuild
./build update
./build suphp d
./build rewrite_confs

/sbin/service httpd restart
 
Thanks
during the rewrite_confs, this error occured

48CC83:/usr/local/directadmin/custombuild# ./build rewrite_confs
Using 79.171.20.242 for your server IP
Writing data to /etc/httpd/conf/extra/httpd-suphp.conf
Done.
Restarting apache.
Stopping httpd:
Starting httpd: Syntax error on line 50 of /etc/httpd/conf/httpd.conf:
Invalid command 'suPHP_UserGroup', perhaps misspelled or defined by a module not included in the server configuration
 
I would try:

cd /usr/local/directadmin/custombuild
./build update
./build clean
./build php d
./build suphp

If not I am not sure I cant find any direct help file on the problem. You might need to wait for others to post help.
 
Thanks again
but it returns the same error above..
line 50...
 
Code:
perl -pi -e 's/suPHP_UserGroup/#suPHP_UserGroup/' /etc/httpd/conf/httpd.conf
/etc/init.d/httpd restart
 
Code:
perl -pi -e 's/suPHP_UserGroup/#suPHP_UserGroup/' /etc/httpd/conf/httpd.conf
/etc/init.d/httpd restart
thank you
this worked.
For the info gave me this warning:

[warn] NameVirtualHost 79.171.20.241:443 has no VirtualHosts
 
Well, another little problem occured.
I guess my DA password has changed.
I cant login. How can I reset my admin password via ssh?

edit: Done, passwd admin
 
Last edited:
`suexec' is up to date.
Installing configuration files
[PRESERVING EXISTING HTDOCS SUBDIR: /var/www/htdocs]
[PRESERVING EXISTING ERROR SUBDIR: /var/www/error]
[PRESERVING EXISTING ICONS SUBDIR: /var/www/icons]
[PRESERVING EXISTING CGI SUBDIR: /var/www/cgi-bin]
Installing header files
Installing build system files
Installing man pages and online manual
Restoring certificate and key, and turning on httpd for DirectAdmins's check.
Restarting apache.
Stopping httpd: [ FAILED ]
Starting httpd: [ OK ]
Syntax error on line 33 of /usr/local/directadmin/data/users/admin/httpd.conf:
Invalid command 'suPHP_UserGroup', perhaps misspelled or defined by a module not included in the server configuration


on freebcb 7.2 - 64
 
Back
Top