Permission Problem system('id')

john8889

New member
Joined
Oct 14, 2013
Messages
3
i have create the domain and place a php file output as below:

<?php
system('id');
?>

output:

uid=498(apache) gid=500(apache) groups=500(apache),503(access)

This will cause any website auto update script failed to work due to permission problem.

In cpanel the output will be something like uid=599(theuser) gid=599(theuser) groups=599(theuser),nobody and the update script will work.

This is issue of permission right.

How to fix this in directadmin. Any help is appreaciate. TQ.
 
@ISOS6, suPHP is end of life, and should therefore not be recommended. I would recommend to use Custombuild 2.0 to install mod_ruid2
 
Back
Top