Apache doesn't start after update

stlucas

New member
Joined
Jan 3, 2015
Messages
3
I did update custombuid to custombuild2.0.

did follow all the steps including the pre loads

but apache wont start anymore it gives :


Starting httpd: httpd: Syntax error on line 50 of /etc/httpd/conf/httpd.conf: Syntax error on line 1 of /etc/httpd/conf/extra/httpd-phpmodules.conf: Cannot load /usr/lib/apache/mod_ruid2.so into server: /usr/lib/apache/mod_ruid2.so: undefined symbol: unixd_config

Can you help me.
 
solution found after log search

It seems that Directadmin was not build complete or not closed.

I gave in :

cd /usr/local/directadmin
./directadmin i
./directadmin p

and the problem was solved, but did take me 48 hours to find the solution.
 
Hello,

"./directadmin i" would be somewhat overkill..
Usually, all you'd need would be:
Code:
./build rewrite_confs
since if you're converting from CB 1.2 to 2.0, the configs need to be swapped out.

Or perhaps the build did not fully complete..
Ensure you've done a
Code:
./build all d
when upgrading to CB2.0, as the mod_ruid2.so file should be created just after apache is compiled.

John
 
I'm experiencing some high cpu and memory issues that I'm 99% sure is related to vulnerabilities listed below from malicious IP's. CSF is dealing with it now that I have it properly tweaked but I'd like to see an update in custombuild for .11 if possible... when it's out of dev... or backported by DA maybe.




____________________
aliiiii
 
Back
Top