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