As the title says, how do I add a path to the open_basedir in Plesk for all domains?
I have to change the open_basedir value for all domains from:
to:
I know where to do it, I just don't know what the variable is for the parent of {DOCROOT}, I did find & try {webspaceroot}/:/tmp/ but it does not work [even after 'reconfiguring the domain and restart/reload apache]
I have to change the open_basedir value for all domains from:
Code:
{DOCROOT}/:/tmp/
to:
Code:
{DOCROOT}/:/tmp/:/var/www/vhosts/{DOMAIN?}/
I know where to do it, I just don't know what the variable is for the parent of {DOCROOT}, I did find & try {webspaceroot}/:/tmp/ but it does not work [even after 'reconfiguring the domain and restart/reload apache]