Koozali.org: home of the SME Server

open_basedir

baddog

open_basedir
« on: August 09, 2003, 08:36:19 PM »
Does anyone know where the default php.ini setting,

open_basedir = /home/e-smith/files/ibays/Primary is set?

The actual file /etc/php.ini does not have it set and it's not in any of the template fragments.  If I spell it out to something else in php.ini manually, the directive is not honoured.

Bottom line, I need to turn it OFF!  It's interfering with a script I wrote in php to load files into mysql.

I would greatly appreciate any help!

Wes

Dan Brown

Re: open_basedir
« Reply #1 on: August 09, 2003, 08:47:38 PM »
It's set in httpd.conf.

baddog

Re: open_basedir
« Reply #2 on: August 09, 2003, 11:40:12 PM »
Dan,

That did the trick!  Much appreciated!

Wes