Re: Questions about chrooted apache and exec() in php

2009-11-19 Thread Aaron Mason
On Thu, Nov 19, 2009 at 9:23 AM, Robert wrote: > On Wed, 18 Nov 2009 22:44:51 +0100 > Robert wrote: > >> # kdump ktrace.out > kdump -f ... > > Yeah, you'd have to create a "crunched" binary containing the tools you'd need to run shell scripts and the like. http://www.openbsd.org/cgi-bin/man.cgi

Re: Questions about chrooted apache and exec() in php

2009-11-18 Thread Robert
On Wed, 18 Nov 2009 22:44:51 +0100 Robert wrote: > # kdump ktrace.out kdump -f ...

Re: Questions about chrooted apache and exec() in php

2009-11-18 Thread Robert
On Wed, 18 Nov 2009 14:23:42 -0600 Matthew Young wrote: > Hello, > > > Iam running the apache in base 4.5 with the chroot. > > Iam trying to run this simple script (as a test) but I cannot make it > to output anything... > > > I have done a cp /usr/bin/whoami /var/www/bin/ , made sure that >

Questions about chrooted apache and exec() in php

2009-11-18 Thread Matthew Young
Hello, Iam running the apache in base 4.5 with the chroot. Iam trying to run this simple script (as a test) but I cannot make it to output anything... I have done a cp /usr/bin/whoami /var/www/bin/ , made sure that ownership is root:daemon, and permissions are 600, i have even tried 777 i ha