I'm working on a script that accepts file uploads for storage and retrieval across the web. For some reason, I get "Permission Denied" errors unless I set this file-storage directory for world write AND execute permissions.
I don't want to give my users execute permission in this directory, for obvious reasons. Does anyone know why Apache wants execute permission in order to write files to this directory? Does anyone know a way around this?
Thanks.