I have PHP make a directory in a directory that has full permissions to the php/apache user/group.
I have this directory made with permissions of 0770. Meaning full rwxrwx--- for user and group 'apache'.
However, when the directory is made, it is made with permissions of rwxr-x---. It appears to drop the 'write' permission for the group!
This is really upsetting, because I have to then go in via root and chmod all the time when I need to get into that directoryto write to it from a user that is ALSO pat of the apache group.
Any suggestions? I also tried the PHP chmod funtions, but it still refuses to set that write permission for the group category.
This is on YDL 2.1 Linux, PHP 4.0.6, Apache