Chrooted Apache: Webroots Outside Chroot

Chrooted Apache: Webroots Outside Chroot

am 16.05.2007 15:48:42 von pietromas

Perhaps this is precisely what chrooting is supposed to prevent, but I
want to run apache in a chroot but have a virtual host whose webroot
is outside the chroot. Is this possible? At the moment all I get is a
403 forbidden when I try to access a page from that set up.

Re: Chrooted Apache: Webroots Outside Chroot

am 18.05.2007 09:33:09 von david

pietromas@gmail.com wrote:
> Perhaps this is precisely what chrooting is supposed to prevent, but I
> want to run apache in a chroot but have a virtual host whose webroot
> is outside the chroot. Is this possible? At the moment all I get is a
> 403 forbidden when I try to access a page from that set up.
>

Have you tried using a symlink ??

Re: Chrooted Apache: Webroots Outside Chroot

am 19.05.2007 10:37:58 von pietromas

On May 18, 8:33 am, David wrote:
> pietro...@gmail.com wrote:
> > Perhaps this is precisely what chrooting is supposed to prevent, but I
> > want to run apache in a chroot but have a virtual host whose webroot
> > is outside the chroot. Is this possible? At the moment all I get is a
> > 403 forbidden when I try to access a page from that set up.
>
> Have you tried using a symlink ??

Yeah. Same thing.