If there is a bug that renders minimum rights ineffective, how does one not leave it up to the user to set permissions for new files?  Specifically, I need a way to make new files executable for Apache.

Thanks!
Tim

2

(1 replies, posted in Configuration)

I'm wondering how I can automatically chown uploaded files to something other than user:user when creating a new file or updating an existing file?

Ideally, I would be able to use variables like:

<user USERNAME>
chown USERNAME:mygroup
</user>