I also needed a good laugh today. Hopefully Louie will read this doc http://www.tuxedo.org/~esr/faqs/smart-questions.html
and think about if he is helping the problem or only adding to it. But since nobody else has answered this question, I guess I will.
Here is the platform info:
Redhat 7.2
Tomcat 4.0.3 ( will work with any 4.x build )
Apache 1.3.22
PHP 4.0.6
mod_webapp
httpd.conf:
LoadModule webapp_module libexec/mod_webapp.so
AddModule mod_webapp.c
WebAppConnection conn warp localhost:8008
WebAppDeploy tomcat-docs conn /tomcat-docs
WebAppDeploy webdav conn /webdav
WebAppDeploy ROOT conn /root
WebAppInfo /webapp-info
Now, there is a little twist that I've noticed ( maybe it's my own config problem , but maybe not ). Seems like the connector expects the trailing "/" on the url, so to get past that, I had to add permanent redirects for all of the apps I have mapped through the connectors.
Redirect permanent /tomcat-docs http://<server-name>/tomcat-docs/
Hopefully this will help. If it doesn't let me know and I'll work with you to get it running.
Aaron