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:
parent
33d9f9f231
commit
f6b1523e91
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=265811
@ -29,6 +29,7 @@
|
||||
SUBDIR += apache22
|
||||
SUBDIR += apache22-peruser-mpm
|
||||
SUBDIR += apache22-prefork-mpm
|
||||
SUBDIR += apache22-worker-mpm
|
||||
SUBDIR += apercu
|
||||
SUBDIR += aria
|
||||
SUBDIR += aria2
|
||||
|
18
www/apache22-worker-mpm/Makefile
Normal file
18
www/apache22-worker-mpm/Makefile
Normal 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"
|
3
www/apache22-worker-mpm/pkg-descr
Normal file
3
www/apache22-worker-mpm/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
Apache 2.2 with the worker MPM enabled.
|
||||
|
||||
WWW: http://httpd.apache.org/
|
Loading…
Reference in New Issue
Block a user