diff options
Diffstat (limited to 'www/ap2-jk/MESSAGE')
-rw-r--r-- | www/ap2-jk/MESSAGE | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/www/ap2-jk/MESSAGE b/www/ap2-jk/MESSAGE new file mode 100644 index 00000000000..b603ea68e8a --- /dev/null +++ b/www/ap2-jk/MESSAGE @@ -0,0 +1,21 @@ +=========================================================================== +$NetBSD: MESSAGE,v 1.1.1.1 2006/07/22 19:43:29 abs 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 + +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: + + <IfModule mod_jk.c> + JkWorkersFile ${PREFIX}/tomcat/conf/workers.properties + JkLogFile /var/log/httpd/mod_jk.log + JkLogLevel info + JkLogStampFormat "[%a %b %d %H:%M:%S %Y] " + </IfModule> + +=========================================================================== |