我正在RHEL Linux上寻找适用于Apache 2.4.6的mod_jk.so,找不到任何地方。试图从没有经过的源代码构建。有人知道要下载的正确位置或要构建的任何有效解决方案吗?
谢谢瓦苏
这是逐步安装mod_jk
# mkdir mod-jk # wget http://www.eu.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.41-src.tar.gz # tar -xf tomcat-connectors-1.2.41-src.tar.gz # yum install -y httpd-devel gcc gcc-c++ make libtool # cd tomcat-connectors-1.2.41-src/native # ./configure --with-apxs=/usr/sbin/apxs # make # libtool --finish /usr/lib64/httpd/modules # make install