Re: [PHP] PHP Patch open_basedir for dynamic virtualhost

2007-03-09 Thread DoM
DoM wrote: > Hi all, > it's a lot of time that i am trying to let Jason Greene open_basedir > patch work with apache massive virtualhost. > > This is direct link to patch when it was developed: > http://www.phpbuilder.com/lists/php-developer-list/2000101/0994.php > > This is a FreeBSD port more r

Re: [PHP] PHP Patch open_basedir for dynamic virtualhost

2007-03-07 Thread DoM
Jim Lucas wrote: > DoM wrote: >> I mean something like this: >> /var/www/php.net/%1/:/tmp/:/usr/local/xxx/ and so on. > does this work? > > The manual says it should. And it works for static path like /tmp/:/var/www/: but not for dynamic path like /var/www/%0/%1 . I need Jason Greene patch to let

Re: [PHP] PHP Patch open_basedir for dynamic virtualhost

2007-03-07 Thread Jim Lucas
DoM wrote: Jim Lucas wrote: http://us3.php.net/manual/en/features.safe-mode.php#ini.open-basedir Read the first line of the first paragraph. /tmp/ is not with-in /var/www/php.net/%1 it is out side Yes, of course i know this :) As i wrote i would like to include static path after dynamic pat

Re: [PHP] PHP Patch open_basedir for dynamic virtualhost

2007-03-07 Thread DoM
Jim Lucas wrote: > http://us3.php.net/manual/en/features.safe-mode.php#ini.open-basedir > > Read the first line of the first paragraph. > > /tmp/ is not with-in /var/www/php.net/%1 it is out side Yes, of course i know this :) As i wrote i would like to include static path after dynamic path lik

Re: [PHP] PHP Patch open_basedir for dynamic virtualhost

2007-03-07 Thread Jim Lucas
DoM wrote: Hi all, it's a lot of time that i am trying to let Jason Greene open_basedir patch work with apache massive virtualhost. This is direct link to patch when it was developed: http://www.phpbuilder.com/lists/php-developer-list/2000101/0994.php This is a FreeBSD port more recent with sam

[PHP] PHP Patch open_basedir for dynamic virtualhost

2007-03-07 Thread DoM
Hi all, it's a lot of time that i am trying to let Jason Greene open_basedir patch work with apache massive virtualhost. This is direct link to patch when it was developed: http://www.phpbuilder.com/lists/php-developer-list/2000101/0994.php This is a FreeBSD port more recent with same code: http: