Add mod_jk2-apache2 (mod_jk2 slave port), apache JK2 module for

connecting to Tomcat using AJP1X.

PR:		ports/56662
Submitted by:	Palle Girgensohn <girgen@pingpong.net>
This commit is contained in:
Clement Laforet 2004-04-18 10:43:06 +00:00
parent 1eab0dc9d9
commit ef5cd63aba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107410
2 changed files with 12 additions and 0 deletions

View file

@ -245,6 +245,7 @@
SUBDIR += mod_jk
SUBDIR += mod_jk-apache2
SUBDIR += mod_jk2
SUBDIR += mod_jk2-apache2
SUBDIR += mod_layout
SUBDIR += mod_layout2
SUBDIR += mod_limitipconn

View file

@ -0,0 +1,11 @@
# New ports collection makefile for: mod_jk2-apache2
# Date created: Thu May 29 01:24:15 CEST 2003
# Whom: Palle Girgensohn <girgen@pingpong.net>
#
# $FreeBSD$
#
MASTERDIR= ${.CURDIR}/../mod_jk2
WITH_APACHE2= YES
.include "${MASTERDIR}/Makefile"