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

Remove 'open_basedir' from httpd.include

B

boftx

Guest
How can I remove the open_basedir entry entirely from httpd.include? I have a legacy package that will not work if that value is present. Using vhost.conf will NOT do it. I have even tried disabling php support for the domain and then puting the engine on command in vhost.conf to no avail, I can't override anything that already exists in httpd.include.

Thanks in advance!

Jim
 
Hello,

Yes it should do it.
Once I had similar problems and it was because I did not define <Directory >
and tryied that way.
 
You nailed it. I realized that about 30min after posting. I was tempted to remove the post, but figured if it might helped someone else to not feel as stupid as I did I'd leave it up. :)

Jim
 
Back
Top