On Fri, Nov 30, 2001 at 02:23:48PM -0600, David Cross wrote:
> I'm having some trouble "Getting Apache and Tomcat to Play Nice" as the Oct 
> 2001 Linux Mag says. I'm running Apache 1.3.22 and Tomcat 4.0.1-b1 and 
> everyone's happy on their own. 
> 
> However, when I try to add
> 
> LoadModule webapp_module libexec/mod_webapp.so
> and
> AddModule mod_webapp.c
> 
> to my httpd.conf I get the error
> "Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not 
> included in the server configuration."
> 
> I compiled Apache with the simple instructions
> ./configure --prefix=/usr/local/apache
> make
> make install
> 
> Any ideas why Apache isn't recognizing 'LoadModule' as valid? This one is 
> strange to me.

Yeah, you forgot to build apache with mod_so support.

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

-- 
  Thomas Eibner <http://thomas.eibner.dk/> DnsZone <http://dnszone.org/>
  mod_pointer <http://stderr.net/mod_pointer>