这是逐步安装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



