finalwebsites
Verified User
Sorry, that I reopen that thread...
I noticed that problem too:
on other server (hosting accounts) it was possible to upload to folders while the folder has the default permission (755)
on my current DA server there is php compiled as an apache module and I need to give the permission 777 to the folder. (I don't like that)
this workaround is this a common one?
is there another way to give the user access to some folders?
I have the same problem with cronjobs I added to crontab where I have access as a reseller...
I noticed that problem too:
on other server (hosting accounts) it was possible to upload to folders while the folder has the default permission (755)
on my current DA server there is php compiled as an apache module and I need to give the permission 777 to the folder. (I don't like that)
this workaround is this a common one?
chown user.apache /home/user/domains/yourdomain.com/public_html
chown -R user.user /home/user/domains/yourdomain.com/public_html/*
is there another way to give the user access to some folders?
I have the same problem with cronjobs I added to crontab where I have access as a reseller...