Tim Funk wrote:
If this is all wishlists .. it'd be nice if we could set the worker and handler via mod_rewrite.

Intead of
  JkMount /*.jsp loadbalancer
Say:
  RewriteCond %{REQUEST_URI} *\.jsp
  RewriteRule   ^(.+)$    $1   [T=jk,E=worker:loaderbalance]

[If my syntax above is correct]

I was thinking something similar

SetEnvIf Request_URI "/*.jsp" worker:loaderbalance


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to