eror log blank for some users
Hello,
on my vps some accounts have always empty error log, looking at
/home/account_name/ i see that that the /logs directory of the accounts with problems have for ownership something like 1002:12, the working accounts have the /logs directory with ownership like 1002:1002.
I'm using suPHP, what are the correct permission and ownership for this /logs directory?
And what are the correct permission for the other directories located in /home/account_name/
Thanks
-
Hello :) The default ownership values on the /home/$username/logs directory are "$username.$username" with 0700 permissions. The best method of determining the default permissions on directories like this is to create a new account and review it's directory structure via the command line. EX: ls -al /home/$username
Thank you.0
Please sign in to leave a comment.
Comments
1 comment