diff options
author | jwise <jwise> | 2001-03-29 19:34:18 +0000 |
---|---|---|
committer | jwise <jwise> | 2001-03-29 19:34:18 +0000 |
commit | 97abe2dfb5b4a6debb438f96d383014aea0ea6fd (patch) | |
tree | 75c71bb20a80b5b1e99e8be49e9c215e74b7a6b3 /www/ap-jk/patches/patch-aa | |
parent | f40177d081f356faee5416fe7ee16918b8464e27 (diff) | |
download | pkgsrc-97abe2dfb5b4a6debb438f96d383014aea0ea6fd.tar.gz |
Initial import of ap-jk-3.2.1, the next generation connector for accessing
Jakarta Tomcat of JServ from Apache.
Some more information:
What is mod_jk?
mod_jk is a replacement to the elderly mod_jserv. It is a completely
new Tomcat-Apache plugin that handles the communication between
Tomcat and Apache
Why mod_jk?
Several reasons:
mod_jserv was too complex. Because it was ported from Apache/JServ,
it brought with it lots of JServ specific bits that aren't needed
by Apache.
mod_jserv supported only Apache. Tomcat supports many web servers
through a compatibility layer named the jk library. Supporting two
different modes of work became problematic in terms of support,
documentation and bug fixes. mod_jk should fix that.
The layered approach provided by the jk library makes it easier to
support both Apache1.3.x and Apache2.xx.
Better support for SSL. mod_jserv couldn't reliably identify whether
a request was made via HTTP or HTTPS. mod_jk can, using the newer
Ajpv13 protocol.
Diffstat (limited to 'www/ap-jk/patches/patch-aa')
-rw-r--r-- | www/ap-jk/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/ap-jk/patches/patch-aa b/www/ap-jk/patches/patch-aa new file mode 100644 index 00000000000..cbe3f6a19f0 --- /dev/null +++ b/www/ap-jk/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/03/29 19:34:18 jwise Exp $ +--- ../jk/jk_pool.h.orig Wed Mar 28 14:47:31 2001 ++++ ../jk/jk_pool.h Wed Mar 28 14:51:40 2001 +@@ -91,6 +91,8 @@ + typedef long long jk_pool_atom_t; + #elif defined(NETWARE) + typedef long long jk_pool_atom_t; ++#else ++ typedef long long jk_pool_atom_t; + #endif + + /* |