I place mod_jk.so in my /etc/httpd/modules directory and then used
LoadModule jk_module modules/mod_jk.so
in httpd.conf. Either case, check where your mod_jk.so file is and set the
LoadModule directive to it. Either absolute or relative path to /etc/httpd
should work.
I'm also on a Mandrake 8 box, so individual OS and/or Apache install mileage
may very.
--David Smith
On Tuesday 14 August 2001 09:09 pm, you wrote:
> >My probleme:
> >when I try to start apache:
> >
> >#apachectl start
> >Starting httpd: Syntax error on line 774 of /etc/httpd/conf/httpd.conf:
> >Invalid command 'JkMount', perhaps mis-spelled or defined by a module
> >not included in the server configuration
> > [FAILED]
> >
> >Thank you
> >
> >Yann Sagon
>
> you have this line in your httpd.conf -
> LoadModule jk_module libexec/mod_jk.so
>
> maybe it should be -
> LoadModule jk_module /etc/httpd/libexec/mod_jk.so
>
> I'm just as new to this as you are so I'm probably wrong :)