[整合] apache22的mod_proxy_ajp模组试用及apache22+php5+tomcat5快速安装指南

ProxyPass后面好像还不支持通配符!
大家遇到这个问题?
比如:
ProxyPass /test/*.jsp  ajp://localhost:8009/test
我测试了apache22和tomcat5.0的整和,不过现在我只能放一个站点,
只能把一个jsp站点放在 /usr/tomcat/webapps/ROOT 这个默认的目录里面,
然后后象 lz 那样配置  httpd.conf ..


在这个过程中,apache只是起了中转的作用,现在。我想在放一个jsp站点该怎么实现呢?
有没有实现过的通过 安装一个tomcat 带多个站点的?
请高手赐教 谢谢!!!
我编译的apache2.2怎么没有mod_proxy,请教如何配置并使用MOD_PROXY?


QUOTE:
原帖由 hubb-1 于 2006-1-12 13:36 发表
ProxyPass后面好像还不支持通配符!
大家遇到这个问题?
比如:
ProxyPass /test/*.jsp  ajp://localhost:8009/test

关注这个问题!
没人顶了??
再顶一下!
请问APACHE2.0.45有mod_proxy这个模块吗?


还有一个问题,目前APACHE的最高版本是多少?
请问,我使用命令/usr/local/apache2/bin/httpd -l,出现一大串*.c文件是什么意思?比如
core.c
  mod_access.c
  mod_auth.c
  mod_include.c
  mod_log_config.c
  mod_env.c
  mod_setenvif.c
  prefork.c
  http_core.c
  mod_mime.c
  mod_status.c
  mod_autoindex.c
  mod_asis.c
  mod_cgi.c
  mod_negotiation.c
  mod_dir.c
  mod_imap.c
  mod_actions.c
  mod_userdir.c
  mod_alias.c
  mod_so.c

不好意思,尽管我使用过一段时间APACHE,可我对APACHE不是很了解,请赐教

-l
Output a list of modules compiled into the server. This will not list dynamically loaded modules included using the LoadModule directive.

http://httpd.apache.org/docs/2.0/programs/httpd.html
谢谢回复。
按照楼上的兄弟的意思,mod_proxy这个模块一定是动态加栽的模块了,因为
httpd -l 没有列出mod_proxy这个模块。
那么这个模块是不是要单独下载编译安装呢?