summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-07 19:24:16 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-12-07 19:24:16 +0000
commit33d9f9f231ddaa80d662669dda2cd71d47d2786d (patch)
tree18954e1ec23ed58f4354575b7ffa214a42800fbd /www
parentWith portmgr hat, reassign these from clsung (who is apparently having (diff)
Apache 2.2 with the prefork MPM enabled.
WWW: http://httpd.apache.org/ PR: ports/151969 Submitted by: Tom Judge <tom at tomjudge.com>
Notes
Notes: svn path=/head/; revision=265810
Diffstat (limited to 'www')
-rw-r--r--www/Makefile1
-rw-r--r--www/apache22-prefork-mpm/Makefile18
-rw-r--r--www/apache22-prefork-mpm/pkg-descr3
3 files changed, 22 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile
index 5d83431e3cf0..1f04f90b2396 100644
--- a/www/Makefile
+++ b/www/Makefile
@@ -28,6 +28,7 @@
SUBDIR += apache20
SUBDIR += apache22
SUBDIR += apache22-peruser-mpm
+ SUBDIR += apache22-prefork-mpm
SUBDIR += apercu
SUBDIR += aria
SUBDIR += aria2
diff --git a/www/apache22-prefork-mpm/Makefile b/www/apache22-prefork-mpm/Makefile
new file mode 100644
index 000000000000..78d7c614f300
--- /dev/null
+++ b/www/apache22-prefork-mpm/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: apache22-prefork-mpm
+# Date created: 2010-11-5
+# Whom: Tom Judge <tom@tomjudge.com>
+#
+# $FreeBSD$
+#
+
+
+MASTERDIR= ${.CURDIR}/../apache22
+
+MAINTAINER= apache@FreeBSD.org
+
+WITH_MPM= prefork
+
+LATEST_LINK= apache22-prefork-mpm
+DESCR= ${.CURDIR}/pkg-descr
+
+.include "${MASTERDIR}/Makefile"
diff --git a/www/apache22-prefork-mpm/pkg-descr b/www/apache22-prefork-mpm/pkg-descr
new file mode 100644
index 000000000000..ba9e31a32a4d
--- /dev/null
+++ b/www/apache22-prefork-mpm/pkg-descr
@@ -0,0 +1,3 @@
+Apache 2.2 with the prefork MPM enabled.
+
+WWW: http://httpd.apache.org/