• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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