• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the current Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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