Add to Favourites Add to Favourites    Print this Article Print this Article

How to modify the open_basedir setting for one domain.

To change the open_basedir value when using php in CLI mode (not suPhp), you can do so by going to:

Admin Level -> Custom httpd configuration -> domain.com

In the top text area, insert this one line:

|?OPEN_BASEDIR_PATH=`HOME`/:/tmp:/var/tmp/:/usr/local/lib/php/|

which is the default value in the templates.  Edit the paths in that line to meet your needs.

If you're running CustomBuild 2.0, you may also need to add the path:

/usr/local/php55/lib/php/

to the above list.  Adjust php55 (for php 5.5.x) to the php version you're using.

Was this answer helpful?

Also Read