Sunday, April 3, 2022

[SOLVED] mod_jk for Apache/2.4.6 on RHEL release 7.2

Issue

How to load the module mod_jk ?

I am getting the following error :

Cannot load modules/mod_jk.so into server: /etc/httpd/modules/mod_jk.so: undefined symbol: ap_get_server_version

Which is possibly because of the version mismatch.


Solution

To install mod_jk.so, the module had to be compiled first. You can download the latest version and compile it.

I followed the following link and it worked for me :

http://www.diegoacuna.me/installing-mod_jk-on-apache-httpd-in-centos-6-x7-x/



Answered By - pallavi
Answer Checked By - Marilyn (WPSolving Volunteer)