RE: [EMAIL PROTECTED] php_admin_flag question

2006-01-20 Thread Graham Frank
Heh, what's funny is that the PHP docs actually suggest that (but using Directory). Anyway, I've come up with another solution, so this is resolved. -Graham Frank - The official User-To-User support forum of the Apache HTTP Se

Re: [EMAIL PROTECTED] php_admin_flag question

2006-01-20 Thread Joe Orton
On Wed, Jan 18, 2006 at 08:13:00PM -0600, Graham Frank wrote: > I am trying to restrict a open_basedir to the document root of the domain. > So I have the following in httpd.conf. > > > php_admin_value open_basedir / > open_basedir takes a filesystem path, that directive has no effect at all

[EMAIL PROTECTED] php_admin_flag question

2006-01-18 Thread Graham Frank
Hello. I am trying to restrict a open_basedir to the document root of the domain. So I have the following in httpd.conf. php_admin_value open_basedir / That isn't working. I've tried it using as well. I'm still able to fopen("/etc/passwd"); How could I make it so that a person in say /ho