• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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