M mehrdadabed Active Member Feb 5, 2012 #1 Feb 5, 2012 #1 all PHPs are run by user "apache" Hi, LSWS has been install over Directadmin, the problem is that, all the PHPs are run by user "apache" instead of the corresponding user owner, is there any adjustment to correct this issue ? Thanks, Last edited: Feb 5, 2012
all PHPs are run by user "apache" Hi, LSWS has been install over Directadmin, the problem is that, all the PHPs are run by user "apache" instead of the corresponding user owner, is there any adjustment to correct this issue ? Thanks,
M mehrdadabed Active Member Feb 5, 2012 #2 Feb 5, 2012 #2 please note that "PHP suEXEC" is set to "User's Home Directory Only", but it seems that suEXEC is not working
please note that "PHP suEXEC" is set to "User's Home Directory Only", but it seems that suEXEC is not working
N NiteWave Administrator Feb 6, 2012 #3 Feb 6, 2012 #3 to confirm if suExec or not, please run following php code under a vhost docroot: PHP: <?php $pid=getmypid(); echo "getmypid()=" . $pid ."<br>"; echo "<hr><pre>"; system("ps -fp " . $pid); echo "</pre><hr>"; ?>
to confirm if suExec or not, please run following php code under a vhost docroot: PHP: <?php $pid=getmypid(); echo "getmypid()=" . $pid ."<br>"; echo "<hr><pre>"; system("ps -fp " . $pid); echo "</pre><hr>"; ?>