View Single Post

  #3 (permalink)  
Old 12-05-2006
rick
 
Posts: n/a
Default Re: mod_jk with keepalives


shimmyshack wrote:
> does this home grown application that doesnt under redirects have a
> user-agent tag you can match and force keepalives as in the workarounds
> section for broken browsers:
> http://httpd.apache.org/docs/2.0/env.html#examples


There is a user-agent tag that can be matched. Unfortunately, all
connections that apache handles are able to maintain keepalives. I'm
even able to maintain keepalives when I pass the traffic through mod_jk
to tomcat when using a mod_rewrite redirect rule. The keepalives stop
working when I use a mod_rewrite proxy rule, which is the type of rule
I need in place in order to have the browser successfully pull up the
pages.

I'm wondering if other than using proxy, there is some sort of mod_jk
configuration that can be put in place that would handle this.