Hello,
I have a small issue...
I am trying to work with ownerships and permissions.
And i have set my user "dev" and group "dev" as owner of everything in "public" (exposed document root) folder.
However, this generates a error 500 for me when i browse this page.
If i set nobody:nobody as owner of public-directory, it works fine.
However, if i set dev as group/owner, and use "setfacl -R -m default:u:nobody:rwx public/" , it still generates a error 500 even if i am saying that "nobody has access to the directory".
Am i understanding this ACL wrong?
I have a small issue...
I am trying to work with ownerships and permissions.
And i have set my user "dev" and group "dev" as owner of everything in "public" (exposed document root) folder.
However, this generates a error 500 for me when i browse this page.
If i set nobody:nobody as owner of public-directory, it works fine.
However, if i set dev as group/owner, and use "setfacl -R -m default:u:nobody:rwx public/" , it still generates a error 500 even if i am saying that "nobody has access to the directory".
Am i understanding this ACL wrong?