Commit graph

10 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
6fa5407c09 DESTDIR support for various Apache modules. 2010-02-20 14:58:44 +00:00
abs
f14a4159aa Fix the do-install to include DESTDIR references - not sufficient in itself so PKG_DESTDIR_SUPPORT not turned on 2009-12-17 19:38:14 +00:00
joerg
7ac9657102 Change naming of Apache 2.2 modules to use ap22 prefix.
Allow apache22 in some more case and add a hack to devel/subversion
to determine the module by the state of the apache22 option.
This comes from www/ap2-subversion and should be fixed to properly
use build options or so.

OK agc@
2007-06-30 16:09:07 +00:00
wiz
b20d01b785 Reset maintainer, ben@ has resigned. 2006-12-15 14:34:18 +00:00
xtraeme
431c865de4 * Use apache.mk to be compatible with the new apache22 pkg.
* Use PKG_APACHE_ACCEPTED.
2006-12-08 23:34:10 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +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