Page 1 of 1

installation on centos5

Posted: Sat Nov 03, 2007 1:33 pm
by lad
installation seems to be ok but I got the following message :
Starting httpd: httpd: Syntax error on line 209 of /etc/httpd/conf/httpd.conf: Syntax error on line 11 of /etc/httpd/conf.d/scalix-tomcat-connector.conf: API module structure `jk_module' in file /etc/httpd/modules/mod_jk.so is garbled - perhaps this is not an Apache module DSO?
[FAILED]

thanks

Posted: Sat Nov 03, 2007 3:56 pm
by ls-al
I have seen this on RHEL while using a newer apache version than the original from Redhat (www.jasonlitka.com).
The quick n dirty workaround was to comment the line

Code: Select all

LoadModule jk_module modules/mod_jk.so

in /etc/httpd/conf.d/scalix-tomcat-connector.conf

and insert

Code: Select all

Include /etc/opt/scalix-tomcat/connector/ajp/in*.conf

at the end.

Maybe the are smarter ways, but it worked for me.

HTH,
Dirk

Posted: Sat Nov 03, 2007 4:25 pm
by lad
thanks.
httpd is starting now, but no access to htt...../sac...not found.
I will investigate a bit more.

LAD