Hi Chuck.  The permissions were setup kind of strict.  I changed it so 
everyone had read,write,execute access to the file and I still got the 
same error.  This is what the permissions say:

-rwxrwxrwx  1 root  wheel  88245 Apr 29 11:02 mod_jk.so

. . . and the error:

Syntax error on line 283 of /etc/httpd/httpd.conf:
Cannot load /usr/libexec/mod_jk.so into server: (reason unknown)

I think I changed the permissions the right way.  Let me know if that 
isn't right.  If it is right, do you have any other ideas?

-greg




On Sunday, April 29, 2001, at 12:15 PM, Charles Williams ((CEO)) wrote:

> check the permissions on the mod_jk.so file.  make sure that nobody or 
> httpd
> can access the file (or whatever uid httpd runs under).
>
> chuck
>
> ----- Original Message -----
> From: <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Sunday, April 29, 2001 8:50 PM
> Subject: problems loading mod_jk
>
>
>> Hi everyone,
>>
>> I've gone through the documentation very thoroughly and feel as 
>> though I
>> am just missing something simple.  I have modified all the appropriate
>> files:  server.xml, workers.properties, httpd.conf.  I have put my
>> mod_jk.so file in my /usr/libexec/httpd directory where a bunch of 
>> other
>> .so files are.  Tomcat starts up perfectly, but when i go to statup
>> apache this is the error that comes up:
>>
>> Syntax error on line 283 of /etc/httpd/httpd.conf:
>> Cannot load /usr/libexec/mod_jk.so into server: (reason unknown)
>>
>> Line 283 is where this block of code starts:
>>
>> LoadModule jk_module    libexec/mod_jk.so
>> AddModule mod_jk.c
>> JkWorkersFile   /Library/Tomcat/conf/workers.properties
>> JkLogFile       /Library/Tomcat/logs/mod_jk.log
>> JkLogLevel      warn
>>
>> I'm not sure what i'm missing here.  I am running Apache 1.3.14 on Mac
>> OS X.  If anyone has had any similar situations and found work arounds,
>> guidance would be greatly appreciated.  Thanks.
>>
>> -greg
>>
>

Reply via email to