Apache 2.2 with the worker MPM enabled.

WWW: http://httpd.apache.org/

PR:		ports/151969
Submitted by:	Tom Judge <tom at tomjudge.com>
This commit is contained in:
Philip M. Gollucci 2010-12-07 19:24:30 +00:00
parent 33d9f9f231
commit f6b1523e91
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265811
3 changed files with 22 additions and 0 deletions

View File

@ -29,6 +29,7 @@
SUBDIR += apache22
SUBDIR += apache22-peruser-mpm
SUBDIR += apache22-prefork-mpm
SUBDIR += apache22-worker-mpm
SUBDIR += apercu
SUBDIR += aria
SUBDIR += aria2

View File

@ -0,0 +1,18 @@
# New ports collection makefile for: apache22-worker-mpm
# Date created: 2010-11-5
# Whom: Tom Judge <tom@tomjudge.com>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../apache22
MAINTAINER= apache@FreeBSD.org
WITH_MPM= worker
LATEST_LINK= apache22-worker-mpm
DESCR= ${.CURDIR}/pkg-descr
.include "${MASTERDIR}/Makefile"

View File

@ -0,0 +1,3 @@
Apache 2.2 with the worker MPM enabled.
WWW: http://httpd.apache.org/