• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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