Apcha Override
Posted: Mon Jul 21, 2003 10:21 pm
Hi, I need some help with this :p
I got a server with Apache running under it own user (apache, uid 1001) and it own group. I want that this user is able to open files that aren't in owner by his group or himself that are masked as 700.
So, for example, /var/www/site.com is ownet by user site.com and group site.com, and Apache need to open the file /var/www/site.com/index.html that its also owner by site.com
I try this ACL:
-CAP_ALL
+CAP_DAC_OVERRIDE
+CAP_DAC_READ_SEARCH
It doesn't work, I'm doing something wrong?
One more thing, sorry for my english, I'm working on it.
I got a server with Apache running under it own user (apache, uid 1001) and it own group. I want that this user is able to open files that aren't in owner by his group or himself that are masked as 700.
So, for example, /var/www/site.com is ownet by user site.com and group site.com, and Apache need to open the file /var/www/site.com/index.html that its also owner by site.com
I try this ACL:
-CAP_ALL
+CAP_DAC_OVERRIDE
+CAP_DAC_READ_SEARCH
It doesn't work, I'm doing something wrong?
One more thing, sorry for my english, I'm working on it.