mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
9f1b40e753
apache2-mpm-itk (just mpm-itk for short) is an MPM (Multi-Processing Module) for the Apache web server. mpm-itk allows you to run each of your vhost under a separate uid and gid - in short, the scripts and configuration files for one vhost no longer have to be readable for all the other vhosts. WWW: http://mpm-itk.sesse.net/ PR: 188992 Submitted by: Lukasz Wasikowski <lukasz@wasikowski.net>
26 lines
524 B
Makefile
26 lines
524 B
Makefile
# Created by: Lukasz Wasikowski <lukasz@wasikowski.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_mpm_itk
|
|
PORTVERSION= 2.4.7
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://mpm-itk.sesse.net/ \
|
|
http://lukasz.wasikowski.net/files/
|
|
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
|
|
DISTNAME= mpm-itk-2.4.7-02
|
|
|
|
MAINTAINER= lukasz@wasikowski.net
|
|
COMMENT= This MPM allows you to run each vhost under a separate uid and gid
|
|
|
|
LICENSE= APACHE20
|
|
|
|
USE_APACHE= 24
|
|
GNU_CONFIGURE= yes
|
|
|
|
AP_FAST_BUILD= yes
|
|
SRC_FILE= mpm_itk.c
|
|
|
|
PLIST_SUB= SED=${SED}
|
|
|
|
.include <bsd.port.mk>
|