NOTICE: This package has been removed from pkgsrc

./www/ap2-chroot, Module to easily run Apache in a chroot environment

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.5, Package name: -chroot-0.5, Maintainer: pkgsrc-users

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.


Master sites:

SHA1: 42935c37fb163ff519651ddd0b0fd6982a978015
RMD160: baba1cac0f05953dac5ab7f483bbc49417eaf8ff
Filesize: 14.702 KB

Version history: (Expand)


CVS history: (Expand)


   2014-06-26 13:09:51 by Joerg Sonnenberger | Files touched by this commit (5) | Package removed
Log message:
GC apache2-only module.
   2014-06-11 14:57:23 by Joerg Sonnenberger | Files touched by this commit (13)
Log message:
Move www/apache/module.mk to mk/apache.module.mk and adjust it to use
mk/apache.mk.
   2012-10-28 07:31:10 by Aleksej Saushev | Files touched by this commit (600)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
   2011-11-14 23:26:31 by David A. Holland | Files touched by this commit (1)
Log message:
Take apache22 out of PKG_APACHE_ACCEPTED, because this conflicts with
apache22 >= 2.2.10, and we're now on 2.2.21.

Ideally this would instead accept apache22 older than 2.2.10, but
given how old (and insecure) that is there's not much point. I guess
if anyone really really wants to do that they can revert this change
locally... but I can't say I recommend it.
   2011-02-04 12:40:12 by OBATA Akio | Files touched by this commit (3) | Package updated
Log message:
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
   2010-02-20 15:58:46 by Joerg Sonnenberger | Files touched by this commit (29)
Log message:
DESTDIR support for various Apache modules.
   2009-12-17 20:38:14 by David Brownlee | Files touched by this commit (1)
Log message:
Fix the do-install to include DESTDIR references - not sufficient in itself so \ 
PKG_DESTDIR_SUPPORT not turned on
   2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316)
Log message:
Convert @exec/@unexec to @pkgdir or drop it.