Problem with mod_jk build

2001-04-06 Thread Brandon Cruz
Quick question... If I have a binary version of mod_jk.so, do I have to build it? It said it is already built for Linux, but I can't get apache to start when I put that into apache's libexec directory and include the mod_jk.conf-auto. What am I doing wrong? I have tried to build mod_jk, but

Re: Problem with mod_jk build

2001-04-06 Thread Scott Tatum
Do you have these lines, either in mod_jk.conf or httpd.conf LoadModule jk_module libexec/mod_jk.so AddModule mod_jk.c You shouldn't be able to start Apache without them. You should get unknown directive errors. Make sure those are in there somewhere (I recommend putting them in