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 get all kinds of errors
telling me that files do not exist.

Brandon Cruz





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 httpd.conf along with all the other module loads).

Also I recommend copying mod_jk.conf-auto to mod_jk.conf, and including that
file from httpd.conf.

What kind of errors are you getting on Apache startup?

-Scott
--
Scott Tatum | [EMAIL PROTECTED]
Senior Applications Developer, Special Projects
WorldCom | http://www.wcom.com/

Brandon Cruz wrote:

 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 get all kinds of errors
 telling me that files do not exist.

 Brandon Cruz