You should see apxs under /usr/sbin/apxsyum install apr-util-devel
yum install httpd-devel
Download the tomcat connector from-rwxr-xr-x 1 root root 22029 Feb 22 06:19 /usr/sbin/apxs
http://tomcat.apache.org/download-connectors.cgi
wget http://apache.cs.utah.edu//tomcat/tomca ... src.tar.gz
tar -xzvf tomcat-connectors-1.2.37-src.tar.gz
cd tomcat-connectors-1.2.37-src
If you dont see make command after that, runcd native
./buildconfig.sh
./configure --with-apxs=/usr/sbin/apxs
Then rerun the configure commandyum install make
./configure --with-apxs=/usr/sbin/apxs
make
make install