Hello, Is there a way to get mod_jk not to forward certain jsp's? Specifically, we are using cvsweb on Apache, and it creates URL's like the following:
http://www.site.com/cgi-bin/cvsweb.cgi/source/jsp/backoffice.jsp Since it ends in .jsp, JkMount is forwarding it: JkMount /*.jsp app01 However, we want anything that is in /cgi-bin to not go to Tomcat. I figured we needed some sort of rewriting rule, like: RewriteRule ^/cgi-bin/(.*) /cgi-bin/$1 [PT] But that didn't seem to work. (We do know rewriting is enabled, as we use it for other things.) Thanks, Michael __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]