I am trying to configure mod_jk in Apache 2.2.3 to connect with Tomcat 7. OS is CentOS 5
After all the configuration, while starting the Apache httpd I am getting -
Starting httpd: httpd: Syntax error on line 200 of /etc/httpd/conf/httpd.conf: Cannot load /etc/httpd/modules/mod_jk.so into server: /etc/httpd/modules/mod_jk.so: cannot open shared object file: Permission denied
I see the permission is set alright
-rwxr-xr-x 1 root root 266752 Jun 3 19:37 mod_jk.so
I don't know what to do. Can any one please help?