freebsd-ports/www/mod_chroot/pkg-descr
Clement Laforet 667b124c5c Add mod_chroot 0.2, the mod_chroot makes running Apache in a chroot
easy.

PR:		ports/66789
Submitted by:	Alexey A.Ukhov <auk@startext.de>
2004-05-19 15:09:20 +00:00

8 lines
408 B
Text

mod_chroot makes running Apache in a secure chroot environment easy.
You don't need to create a special directory hierarchy containing
/dev, /lib, /etc...
mod_chroot allows you to run Apache in a chroot jail with no additional files.
The chroot() system call is performed at the end of startup procedure - when
all libraries are loaded and log files open.
WWW: http://core.segfault.pl/~hobbit/mod_chroot/