• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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