File permissions on htdocs sub-dir
The file-uploads dir is set to 775, and apache is a member of my_username group. But I'm getting 'Couldn't open temp file for writing: Permission denied' errors on file upload unless I set the uploads dir to 777. Security is not really an issue as we're on a LAN with password access (for a small number of trusted users) to the application that does the file uploads.
As far as I know, 775 means user & group have read/write/execute permissions on the directory, and apache is a member of the group, so what is causing the problem?
4 Replies
> Have you restarted apache since you added it to your group?
Err, no