Commit graph

3 commits

Author SHA1 Message Date
obache
362525f039 Update ap2-chroot to 0.5.
While here
 * Set LICENSE=gnu-gpl-v2
 * Marked as CONFLICTS with apache>=2.2.10.
   It provides builtin ChrootDir directive, as PR#44458.

2005-01-09	Hobbit
	* getenv()/setenv() instead of flaky getppid().
	* fixed layout to make <IfModule> work as expected.
	* documentation updates.
	* released mod_chroot/0.4

2005-06-12	Hobbit
	* fixed a problem with some CGIs (mod_cgid, mod_fcgid)
	  being executed outside the chroot jail.
	  Patch by <clement.hermann*free.fr>, thanks!
	* updated documentation
	* released mod_chroot/0.5
2011-02-04 11:40:12 +00:00
joerg
e031855e4a Convert @exec/@unexec to @pkgdir or drop it. 2009-06-14 22:00:14 +00:00
ben
6474dc8f8a Initial import for ap2-chroot-0.3, a module to easily run Apache in a
chroot environment.

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.
2004-12-03 16:53:20 +00:00