关于Apahce2.2.4和Tomcat6.0整合的问题!

关于Apahce2.2.4和Tomcat6.0整合的问题!

HI各位,本人在整合的时候根据网上的文章提示,发现问题,整合不成功,请各位指点!
软件版本如下:
系统:linux AS3
apache:2.2.4
tomcat:6.0.14
apr:apr-1.2.9
apr-util: apr-util-1.2.8
jdk:jdk-6u2-linux-i586-rpm.bin

使用AJP方式整合,即proxy
jdk和tomcat的安装不讲了,都是rpm.bin安装和解压过程。

以下是apr,apr-util,apache的安装过程,软件安装在/home/server/中
安装apr,路径/home/server/apr
tar xvfz apr-1.2.9.tar.gz
cd apr-1.2.9
./configure --prefix=/home/server/apr
make
make install


安装apr-util,路径/home/server/apr-util
tar xvfz apr-util-1.2.8.tar.gz
cd apr-util-1.2.8
./configure --prefix=/home/server/apr-util --with-apr=/home/server/apr
make
make install


apache,路径/home/server/apache
tar xvfz httpd-2.2.4.tar.gz
cd httpd-2.2.4
./configure --prefix=/home/server/apache --enable-mods-shared=all --enable-module=most --enable-proxy=share --enable-proxy-ajp=share --enable-proxy-balancer=share --with-apr=/home/server/apr --with-apr-util=/home/server/apr-util --enable-so
make
make install

安装完毕后,到/home/server/apache/bin下面,用httpd -l命令查看,结果发现没有把mod-prox-ajp.c模块编译进出。
请问各位,我怎样做才能把mod-prox-ajp.c编译进去呢,请各位指教,谢谢!请给个准确的做法,不胜感激~~~~~~!
顶顶先,大家请帮帮忙~~~~~~~~~