SOAP_Perms
The permissions that should be set on a SOAP UNIX-domain socket.
Synopsis
This directive expects a positive octal integer parameter.
The default is 0600.
Scope
This directive is only available for use in the global
(interchange.cfg) configuration file,
and will affect all websites running under the Interchange installation.
It will not work in a website's local (catalog.cfg)
configuration file.
Description
The permissions that should be set on a SOAP UNIX-domain socket
(see the SOAP_Socket global
configuration directive).
The default is 0600, which only grants access to the socket
to programs running with the same user ID as the Interchange daemon.
The 0666 permission would grant everyone on the server access
to the SOAP/RPC UNIX-domain socket.