how to install mod_jk on snow leopard
cd tomcat-connectors-1.2.28-src/
./configure --with-apxs=/usr/sbin/apxs
make
make install
It actually just works!
cd tomcat-connectors-1.2.28-src/
./configure --with-apxs=/usr/sbin/apxs
make
make install
It actually just works!
October 26th, 2009 at 1:55 pm
LOL! I’m the same way. Thanks for the tip.