Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: baddog on August 09, 2003, 08:36:19 PM

Title: open_basedir
Post by: baddog 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
Title: Re: open_basedir
Post by: Dan Brown on August 09, 2003, 08:47:38 PM
It's set in httpd.conf.
Title: Re: open_basedir
Post by: baddog on August 09, 2003, 11:40:12 PM
Dan,

That did the trick!  Much appreciated!

Wes