Yes, you've got a half and half configuration going there. You're using mod_jk2 but giving it mod_jk instructions in one try, and then using mod_jk but giving it mod_jk2 instructions in the other.
You have to pick one or the other and stick with it. Either choose mod_jk or mod_jk2.
If you download mod_jk.so-ap2.0.46-rh72 then that is mod_jk.so, and you can't use JkUriSet nor can you load jk2_module. You can use JkMount and load jk_module instead.
If you want to use JkUriSet and load jk2_module, you will need mod_jk2.so, not mod_jk.so.
http://tomcatfaq.sourceforge.net/apache.html http://www.johnturner.com/howto
John
On Sat, 7 Jun 2003 18:11:03 -0500, Rick Salsa <[EMAIL PROTECTED]> wrote:
Hi all, I'm trying to get mod_jk2.so working with Apache 2.0.46 on Mandrake Linux. I'm using mod_jk.so-ap2.0.46-rh72 and jk_jnicb.so-rh72 that I grabbed from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk/release/v1 .2.4/bin/linux/. Both of these are installed in apache's modules directory. I've got the following in httpd.conf: LoadModule jk2_module modules/mod_jk2.so When I run apachectl configtest, I get: Syntax error on line 47 of /usr/local/apache/conf/httpd.conf: Can't locate API module structure `jk2_module' in file /usr/local/apache/modules/mod_jk2.so: /usr/local/apache/lib/libapr-0.so.0: undefined symbol: jk2_module If I change jk2_module to jk_module, it doesn't give an error, but when I try to use a JkUriSet, I'll get an error there. Anyone have any ideas? Thanks! /rick
-- Using M2, Opera's revolutionary e-mail client: http://www.opera.com/m2/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]