Actually, the server version for this instance is 2.0.52 and I have the
following now in my config:
LoadModule jk_module /usr/local/apache2/modules/mod_jk.so
and when I test the config I get:
API module structure `jk_module' in file
/usr/local/apache2/modules/mod_jk.so is garbled - perhaps this is not an
Apache module DSO?
I made sure I downloaded the .so for Apache 2.0.x so I think that is
right. I have a tomcat app running so I am wondering, do I have to shut
it down before trying to restart the server or testing the config? I
really need to restart the server because it was listening on all
interfaces to port 443 and I needed to stop that happening. But I do not
want to restart until I figure out why the hell I am getting this error.
If I comment the LoadModule out, then it starts complaining about the
JkWorkersFile and if I comment that, the the JkShmFile ... and on it
goes. It is very annoying.
Dave
On 22/07/64 2:59 PM, André Warnier wrote:
> Dave Filchak wrote:
> ...
> this :
>>
>> httpd: Syntax error on line 439 of
>> /usr/local/apache2/conf/httpd.conf: API module structure `jk_module'
>> in file /usr/local/apache2/modules/mod_jk-1.2.28-httpd-2.0.X.so is
>> garbled - perhaps this is not an Apache module DSO?
>>
> ...
> and this :
>>
>> LoadModule jk_module /usr/local/apache2/modules/mod_jk.so
>>
> do not seem to match (the filename), unless mod_jk.so is a link to the
> other one. Are you sure it is ?
>
> Also, if it is a link, and if your Apache is a 2.2 version, then it
> would appear that you may have downloaded a wrong version of the
> mod_jk.so. The end of the version says "httpd-2.0.X.so", which would
> appear to make it a version for Apache 2.0.x, not 2.2.x.
>
>
>
|