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

php.int template for additional domains [open_basedir errors]

JP Kelly

Regular Pleskian
When an additional domain is added to a subscription the template in /var/www/vhosts/.skel/0/conf is used.

Here is my template:
Code:
[PHP]
open_basedir = /var/www/vhosts/@domain_name@/httpdocs:/tmp
safe_mode = Off

For the new domain I get open_basedir errors because the php.ini file generated does not have the path for the directory of the new domain's web root.

Any ideas how to fix this?
Is there a template variable to insert the primary domain name into the new php.ini rather than the new domain name?
 
Last edited:
Back
Top