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

How do I turn off Open Base Dir Restrictions Server Wide

I

idealer

Guest
We manage websites for customers that do not get access to the server at all, and I am sick of wasting time setting up vhost.conf files... how can I remove this restriction server wide... I edited the php.ini file turning them off but I still get open base dir errors...
 
The php.ini file is the 'global' config file, so either you didn't specify it correctly or didn't restart after making changes. Did you also change safe_mode to off (I don't recommend this on a global level, just asking).

Whether your clients have server access or not, doing these things is still a security risk to the server. Hopefully you have already (at a bare minimum) installed mod_security and it's rulesets....
 
Back
Top