We are trying to add mod_jk module to IBM http server but failing with syntax error. We tried multiple configuration available on internet but no luck.
Below is screenshot for configuration in httpd.conf file
Below is screenshot of error
We tried both absolutely path and relative path. It says mod_jk.so file is in incorrect format. We tried to download file from
My question is mod_jk Mule supported in IBM HTTP Server, if yes, where can we get its compiled file for HTTD version 9.0.5
Thanks in advance.
The error looks like an AIX system reporting a shared library load error, but you linked to a linux module. You can't use a linux native library in an AIX program.
Further, you shouldn't use IHS + mod_jk. It's completely unsupported when using it with anything that would require mod_jk. Just use Apache.