WritePermission
Specify the file write permission mode for all files generated by
the current Interchange instance.
Synopsis
The "mode" must be one of "user",
"group" or "world".
The default is "user".
Scope
This directive is only available for use in the local
(catalog.cfg) configuration file.
It will not affect any other website in any way.
This directive will not work in the global
(interchange.cfg) configuration file.
Description
By default,
only the user account running the Interchange instance can write to files
created by Interchange.
This directive can be used to adjust the file creation mode to one of
the following values:
| Mode
|
Description
|
| user
|
Only the Interchange instance's user ID can write to generated files. |
| group
|
The Interchange user ID and any member of its group can write to generated files. |
| world
|
Any user ID on the server can write to generated files. |
See also