forked from jayallen/melody
-
Notifications
You must be signed in to change notification settings - Fork 36
config uploadperms
Byrne edited this page Nov 1, 2010
·
1 revision
In addition to controlling permissions via umask settings, you can also
use the HTMLPerms and UploadPerms settings to control the
default permissions for files created by the system (either as output files
or uploaded files). The only real use of this is to turn on the executable
bit of files created by the system--for example, if MT is generating PHP
files that need to have the executable bit turned on, you could set
HTMLPerms to 0777
.
-
Default value:
0666
Example:
UploadPerms 0777
- Categories: Appendix: Configuration Directives
- Tags: config