• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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