• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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