On Thu, 17 Jan 2002, Rasmus Lerdorf wrote:

> open_basedir

I have looked at open_basedir and it seems not to solve my problem. I
might be wrong, but could you please include an example where open_basedir
is dynamically set to $DOCUMENT_ROOT? E.g. to make the below work (Setting
it to '.' will make case 2 fail).

> > This means that if http://www.example.com/foo/bar.php opens a file called
> > "/fubar.html" then this file will be the same as:
> >
> > - http://www.example.com/fubar.html
> > - $DOCUMENT_ROOT/fubar.html
> > - /home/of/www.example.com/public_html/fubar.html
> >
> > www.example.net lives on the same machine.
> > If http://www.example.net/baz/xyzzy.php opens a file called
> > "/quux/quuux.txt" then this file will be the same as:
> >
> > - http://www.example.net/quux/quuux.txt
> > - $DOCUMENT_ROOT/quux/quuux.txt
> > - /home/of/www.example.net/public_html/quux/quuux.txt


/Ole

PS. Rasmus, tak for dit foredrag i SSLUG i maj 2000.


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to