• 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.

Cannot disable PHP safe mode on a domain

A

AllanG

Guest
Hi All,

I need to disable php safe_mode on my domain. The client account for the domain name has permissions to change the safe mode option. I then go into the settings for the domain name and set the option for safe_mode to off and click update however when I do phpinfo() on a script, php safe_mode is on.

Any ideas?
 
Try to do it in CLI with /usr/local/psa/bin/domain utility and -php_safe_mode option. Use --help option for more details.
 
Back
Top