StorageFilePermission
Summary
Sets the permissions set on files created in the storage directory.Usage
StorageFilePermission= permission_setting
Description
Note that:
- It is important that the webserver has sufficient permissions to both write and remove directories.
- Settting the permissions to 0666 (read and write to all) is a potential security risk.
The preferred setting is 0660 (full read and write to user and group). This requires apache to have the correct user/group access.
Frederik HolljenĀ (13/04/2005 10:33 am)
Frederik HolljenĀ (13/04/2005 10:35 am)
Comments
There are no comments.