diff options
author | clement <clement@FreeBSD.org> | 2004-02-26 08:27:43 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-26 08:27:43 +0800 |
commit | 1b69df69782c33477ec373218a7e4f9c1220c713 (patch) | |
tree | 79d1c6e0898bd87baa443d1f314952fd8bdf4097 /www/Makefile | |
parent | 11c830c548a84779b31f445f3bf99e275b04e7ae (diff) | |
download | freebsd-ports-gnome-1b69df69782c33477ec373218a7e4f9c1220c713.tar.gz freebsd-ports-gnome-1b69df69782c33477ec373218a7e4f9c1220c713.tar.zst freebsd-ports-gnome-1b69df69782c33477ec373218a7e4f9c1220c713.zip |
Add mod_jk-apache2, a slave port to mod_jk.
apache2 JK module for connecting to Tomcat using AJP1X.
PR: ports/56660
Submitted by: Larry Lansing <lansil@fuzzynerd.com>
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index ba61b406c58b..4381c2ef4c32 100644 --- a/www/Makefile +++ b/www/Makefile @@ -236,6 +236,7 @@ SUBDIR += mod_index_rss SUBDIR += mod_injection SUBDIR += mod_jk + SUBDIR += mod_jk-apache2 SUBDIR += mod_jk2 SUBDIR += mod_layout SUBDIR += mod_layout2 |