Two things:

1) Why don't you try running "apachectl configtest" or "httpd -t"? This will
usually give you a helpful error message about what is broken with your
configuration.

2) You should not disable mod_jk by simply commenting out the LoadModule
directive. You should also comment out the AddModule directive. I would bet
this is your problem:
        # LoadModule jk_module /usr/lib/apache/1.3/mod_jk.so
        AddModule mod_jk.c      # <----- cannot add mod_jk.c because the
Shared Object (.so) has not been loaded!

HTH,
Mike

> -----Original Message-----
> From: Steve Doerr [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, June 07, 2001 3:06 PM
> To: [EMAIL PROTECTED]
> Subject: Apache can't load mod_jk
> 
> 
> Hello.
> 
> I can't get Apache to start when I uncomment the mod_jk load line.
> 
> I have the module in the proper directory, but Apache 
> (1.3.19) will not
> start if I try to load this module.
> 
> Here's what I've tried in httpd.conf:
> 
> #LoadModule jk_module /usr/lib/apache/1.3/mod_jk.so
> 
> <IfModule mod_jk.c>
> #The following line is for apacheconfig - DO NOT REMOVE!
> JkWorkersFile /etc/apache/mod_jk/workers.properties
> Include /etc/apache/mod_jk/tomcat-auto
> </IfModule>
> 
> Does anyone have any ideas about what might be wrong, or what I might
> check?
> 
> Thanks,
> Steve
> 
> 
> 

Reply via email to