LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   apache module mod_jk (https://www.linuxquestions.org/questions/linux-software-2/apache-module-mod_jk-938324/)

ratotopi 04-05-2012 12:22 PM

apache module mod_jk
 
I couldn't find any sites for installing mod_jk in centos 6 with the help of yum ? Isn't there any sites for it? I wanted to avoid the src file installation as much as possible. Thank you for your input.

Kustom42 04-05-2012 12:35 PM

If you're running CentOS 6 you are probably running httpd 2.2 which has no support for mod_jk. If you are looking for a connector module to talk to Tomcat use mod_proxy_ajp with mod_proxy. Apache's site has info on the directives used for proxy_ajp.

ratotopi 04-05-2012 01:01 PM

I have installed mod_jk for httpd 2.2 manually without yum and it is working fine but I want to use yum to installed it. mod_proxy_ajp still not matured as mod_jk

Kustom42 04-05-2012 01:34 PM

The reason you cant install it with yum is that it reads your apache version.

anomie 04-05-2012 01:44 PM

Quote:

Originally Posted by ratotopi
mod_proxy_ajp still not matured as mod_jk

Could you 'splain what you mean? Is mod_proxy_ajp missing features that you rely on?

ratotopi 04-05-2012 03:09 PM

mod_proxy_ajp does not support large packet sizes and and it is not advance in load balancer as mod_jk that is what I have found in web and I cannot use mod_proxy_ajp as we use both larger packets and load balancer.

anomie 04-05-2012 03:36 PM

Makes sense. I checked EPEL and did not see mod_jk for EL6.

Unless you can find it in another (trusted) repo, I'd say you already did the right thing -- install from source. Not a great solution for maintainability, but there's sometimes no other good choice.


All times are GMT -5. The time now is 01:37 PM.