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

open_basedir for /var/qmail/mailnames/mydomain.com

F

funjoy

Guest
On my secure server, allowing PHP to access certain directories works fine with the following method:

I add:

<Directory /var/www/vhosts/mydomain.com/httpsdocs>
php_admin_value open_basedir /home/httpd/vhosts/mydomain.com/httpsdocs:/tmp:/var/log
</Directory>

in /var/www/vhosts/mydomain.com/conf

and then run

/usr/local/psa/admin/sbin/websrvmng -u --vhost-name=mydomain.com

and then I restart apache.

It works fine for most directories (I use it to play with my logs in /var/www/vhosts/mydomain.com/statistics/logs)

However, for the directory /var/qmail/mailnames/mydomain.com it doesn't work.

Why is that?
 
Back
Top