• 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

Question Constants / short codes available for open_basedir

brainforge

Basic Pleskian
In the service plan PHP settings I have the following for open_basedir

{WEBSPACEROOT}{/}{:}{TMP}{/}

In addition to WEBSPACEROOT are there other contstants / short codes available?
Where would they be defined?

For each domain I want to add /dir1/dir2/mydomain.com
Is it possible to add this into the service plan instead of having to configure each domain individually?

{WEBSPACEROOT}{/}{:}{/dir1/dir2/}{DOMAINNAME}{:}{TMP}{/}

Might be a subdomain so want the DOMAINNAME, or equivalent, constant to cater for subdomains.
 
There is no reason to add a subdirectory to the setting when the root directory is included. When the root directory ("WEBSPACEROOT") is allowed in open_basedire, all child directories are allowed to be accessed, too.
 
Misunderstood my question

Instead of writing...
{WEBSPACEROOT}{/}{:}{TMP}{/}:/somewhere/mydomain.com/something

It would be easier to write this
{WEBSPACEROOT}{/}{:}{TMP}{/}:{WEBSPACESOMEWHERE}{/}

Or best solution:

{WEBSPACEROOT}{/}{:}{TMP}{/}:/somewhere/{DOMAINNAME}/something
 
Last edited:
Back
Top