• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Plesk suexec

G

Gorgon@

Guest
Anyone know what the settings are for the Plesk version of suexec? The -V switch does not work for the plesk version.

I'm trying to debug what looks like a umask issue and it would help if I knew the default umask in suexec (if any).

Thanks,
mikeS
 
I got an answer from sw-soft. The plesk version of suexec is not compiled with a umask setting. So it is possible to set a default umask in the apache startup file. Exactly how you do this will depend on your flavor or Linux/UNIX.

M
 
I have tried the umask setting in the apachectl start script and it made no difference =/
 
Hi WaDavid,

I have found that with suexec in general the umask setting is a pain in the !#$. When possible, try to set the umask in the script itself. In cases where that is not possible, I sometimes setup a cronjob to correct file permissions. Yes it's a major work around but it does work. :)

Hope that helps
 
Back
Top