diff options
author | grant <grant> | 2003-02-17 23:30:27 +0000 |
---|---|---|
committer | grant <grant> | 2003-02-17 23:30:27 +0000 |
commit | 796382b9b7da56a0046e5d518e8053c17b3bb0af (patch) | |
tree | 72796c336002a72fdb6a4060462dc61854696893 | |
parent | 64cfef13a3763adf21986fc842910d721e3ece30 (diff) | |
download | pkgsrc-796382b9b7da56a0046e5d518e8053c17b3bb0af.tar.gz |
the `AddModule' directive is not required, and results in a warning
when starting apache.
-rw-r--r-- | www/ap-jk/MESSAGE | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/ap-jk/MESSAGE b/www/ap-jk/MESSAGE index e2cd95a9df6..1f7359d337e 100644 --- a/www/ap-jk/MESSAGE +++ b/www/ap-jk/MESSAGE @@ -1,11 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.3 2003/01/05 21:19:41 jlam Exp $ +$NetBSD: MESSAGE,v 1.4 2003/02/17 23:30:27 grant 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 |