Re: [PHP] chrooted php5-cgi in a non chrooted apache

2007-11-11 Thread Joerg Schoppet
Hi Jochem, yes, you are right. But as you wrote, it is only a work around and won't give me the security I want to have. Joerg Jochem Maas wrote: > hi Joerg, > > not a solution but the open_basedir ini setting on a per Vhost > setting may offer a [partial] work around > -- PHP General Mailin

Re: [PHP] chrooted php5-cgi in a non chrooted apache

2007-11-10 Thread Jochem Maas
hi Joerg, not a solution but the open_basedir ini setting on a per Vhost setting may offer a [partial] work around > > What I've get so far is, that I've created a chroot jail within the > web-directory. I can chroot to there and execute php (I used "jailer", > for this). > > But I don't get it