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.
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/