mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
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:
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
|
@ -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
|
||||
|
|
11
www/mod_jk2-apache2/Makefile
Normal file
11
www/mod_jk2-apache2/Makefile
Normal 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"
|
Loading…
Add table
Reference in a new issue