Let's say I have the following three directories:
and httpd is run as the user 'apacheuser' and the group 'apachegroup' and is a member of 'groupa' 'groupb' and 'groupc.' My goal is for Apache to be able to write to all three directories, but it does not seem to be able to because it only recognizes the group membership of 'apachegroup.' Is there a way to accomplish this? Thanks!
Code:
drwxrwxr-x 4 root groupa 512 Oct 1 11:00 dira
drwxrwxr-x 2 root groupb 512 Oct 1 11:00 dirb
drwxrwxr-x 2 root groupc 512 Oct 1 11:00 dirc
and httpd is run as the user 'apacheuser' and the group 'apachegroup' and is a member of 'groupa' 'groupb' and 'groupc.' My goal is for Apache to be able to write to all three directories, but it does not seem to be able to because it only recognizes the group membership of 'apachegroup.' Is there a way to accomplish this? Thanks!