ReadPermission
Specify the file read 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 read 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 read generated files. |
| group
|
The Interchange user ID and any member of its group can read generated files. |
| world
|
Any user ID on the server can read generated files. |
See also