Working perfectly, is was created owned by webx:groupx. So, with this test, it is possible to move folders around and just make a symlink /var/www to ensure suexec will continue working...
I tried too create the file using a diferente path than /var/www, and it worked ok too.
<?php
touch('/dataraid/www/mydomain.tld/web/newfile.txt');
?>
With this test, should be possible to move everything to eveywhere, creating a symlink should be enough to keep suexec working... any more tests to do?
Thanks Till!
|