diff options
author | grant <grant@pkgsrc.org> | 2003-02-17 23:30:27 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-02-17 23:30:27 +0000 |
commit | 49539fd643c4a85ccb5f7256ffec3a3ca730cb46 (patch) | |
tree | 72796c336002a72fdb6a4060462dc61854696893 /www/ap-jk/MESSAGE | |
parent | 088a8f5a101acb2b75268328be812fc611c5fb12 (diff) | |
download | pkgsrc-49539fd643c4a85ccb5f7256ffec3a3ca730cb46.tar.gz |
the `AddModule' directive is not required, and results in a warning
when starting apache.
Diffstat (limited to 'www/ap-jk/MESSAGE')
-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 |