Thanks for everyone's input.
My logs were pretty clear on this matter, but since it occurred when I
changed httpd.conf, I assumed something was wrong with mod_jk.so.
The workers.properties file was missing.
Steve Doerr wrote:
> Thank you for the input. I do have that file in that location.
>
> I just noticed the following in my Apache error log, but I'm not sure how
> to address it. This is after issuing a restart.
>
> [Thu Jun 7 16:37:09 2001] [notice] caught SIGTERM, shutting down
> [Thu Jun 7 16:37:59 2001] [emerg] (2)No such file or directory: Error
> while opening the workers
> [Thu Jun 7 16:40:28 2001] [emerg] (38)Function not implemented: Error
> while opening the workers
>
> Thanks again for any further guidance.
> Steve
>
> Filip Hanik wrote:
>
> > does this file exist?
> >
> > /usr/lib/apache/1.3/mod_jk.so
> >
> > Filip
> >
> > ~
> > Namaste - I bow to the divine in you
> > ~
> > Filip Hanik
> > Software Architect
> > [EMAIL PROTECTED]
> > www.filip.net
> >
> > >-----Original Message-----
> > >From: [EMAIL PROTECTED]
> > >[mailto:[EMAIL PROTECTED]]On Behalf Of Steve Doerr
> > >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
> > >
> > >
> > >
> > >