DirectAdmin + CB2 + ModRUID2 + Default php settings = Security issue

nservices

Verified User
Joined
Dec 11, 2008
Messages
300
Hi,
when you run php script with http://ip/~username/phpinfo.php
there is no any open_basedir restriction, so the php malware script can take control on the server.

checked with updated DA 1.4.83 + PHP 5.6.12 + APACHE 2.4.16

Please check and advice,
 
Did running "./build rewrite_confs" completely wipe out nginx_apache configuration? I run that after compiling nginx_apache, then no more nginx service. Had to recompile.
 
Hello,

Make sure you've got:

Code:
nginx_proxy=1

in /usr/local/directadmin/conf/directadmin.conf

If it was set to a default 0 [zero] then that's the reason that you lost nginx configuration after running "./build rewrite_confs".
 
Back
Top