Re: [PHP] php configs in the apache config file?

2002-03-30 Thread Robert Montgomery
isnt possible when they force you to use the php_admin_value form. I actually prefer it that way, the docs just need updating! Thanks for the responses. Rob --- bvr <[EMAIL PROTECTED]> wrote: > It doesn't work with CGI installations of PHP. > > bvr. > > Robert Mon

[PHP] php configs in the apache config file?

2002-03-30 Thread Robert Montgomery
Supposedly, in your apache httpd.conf file you can specify php config values. I'm trying to shore up security on a new box by setting the following within tags: php_value open_basedir /path/to/virtualhost/ However, it doesnt work. If I set the values in the php.ini file, it DOES work... Wha