On 8/11/06, Ryan Nowakowski <[EMAIL PROTECTED]> wrote:
> >Yes, but your reference uses debootstrap which I want to avoid as it
> >brings in much more than I need to just run apache
>
Disk space is cheap. Are there any other disadvantages to using
debootstrap for chroot apache?
The point of the chroot jail is to have as little in it as possible to increase security.
debootstrap brings in a lot of system overhead stuff that is not needed for running
apache (i.e. login, sysvinit) and may have security implications.
What I want is a minimum way to be able to run apt to maintain the packages I do need
in the choot jail.
Stuart