diff options
author | jlam <jlam> | 2002-12-28 20:52:14 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-12-28 20:52:14 +0000 |
commit | 1899bdfe2760a245849f17c1576e724b51c11723 (patch) | |
tree | 235a0f00db6573f3b6481418c361c798032be37e /www/ap-jk | |
parent | b90891c8cfa611ac76ff06266456814f52df5cfe (diff) | |
download | pkgsrc-1899bdfe2760a245849f17c1576e724b51c11723.tar.gz |
Add a MESSAGE file explaining how to use mod_jk.so.
Diffstat (limited to 'www/ap-jk')
-rw-r--r-- | www/ap-jk/MESSAGE | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/ap-jk/MESSAGE b/www/ap-jk/MESSAGE new file mode 100644 index 00000000000..eaf08437a80 --- /dev/null +++ b/www/ap-jk/MESSAGE @@ -0,0 +1,20 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1 2002/12/28 20:52:14 jlam Exp $ + +In order to use this module in your Apache installation, you need to +add the following to your httpd.conf file: + + LoadModule jk_module lib/httpd/mod_jk.so + AddModule mod_jk.c + +You will also need a running Java Servlet engine, e.g. www/jakarta-tomcat +or www/ap-jserv. You will need to consult the servlet engine documentation +for to finish configuring Apache before you can use mod_jk.so. A possible +configuration you can add to your httpd.conf to use Jakarta Tomcat is: + + JkWorkersFile ${PREFIX}/tomcat/conf/workers.properties + JkLogFile /var/log/httpd/mod_jk.log + JkLogLevel info + JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " + +=========================================================================== |