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.
<?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.