I think I was getting that error because I was using an apache that wasn't compiled with DSO enabled. You can find out if this is the case by cd to where your apache httpd binary is locatd, and enter the command:
   httpd -l
 
It will show you a list of the compiled in modules.  If you don't see mod_so.c in the list, then you need to recompile apache with that module.  To do this:

Download a new apache source and read thru the Install instructions.  To enable DSO when you compile it, use this configure command:

./configure --prefix=/usr/local/apache --enable-rule=SHARED_CORE --enable-module=so

from the apache build directory. (Where prefix is set to the directory where you want to install Apache and the other parameters enable DSO.) After that just "make" and "make install" and you would a normal Apache installation.

Hope this helps solve the problem.

[Sue Evans] 

 
 -----Original Message-----
From: Allen Levin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 26, 2001 12:11 PM
To: [EMAIL PROTECTED]
Subject: mod_jk.conf-auto problem

I am having problems connecting Tomcat with Apache.

 

Binaries

Apache 1.3.19
Tomcat 3.2.1

Linux 7

error:

Syntax error on line 8 of /usr/local/tomcat/conf/mod_jk.conf-auto:

Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration

mod_jk.so is a Linux binary in placed in libexec

Thanks!

a.l.

[EMAIL PROTECTED]



Get your FREE download of MSN Explorer at http://explorer.msn.com

Reply via email to