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

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

2007-11-09 Thread Joerg Schoppet
Hi, actually I try to make my webserver-installation more secure. I've something in mind, but don't know if it is possible and if so, how to do it ;-) Actually I have the following config: Directory-Structure: /var/www domain1 conf cgi-bin web htdocs logs domain2 I