https://issues.apache.org/bugzilla/show_bug.cgi?id=41196
--- Comment #2 from Sander de Boer <[email protected]> 2009-03-31 01:08:32 PST --- I have upgraded my apache 2.2.6 (solaris 10) box with the prefork mpm to apache 2.2.11 with the worker mpm. It's a reverse proxy for 2 backend tomcat(ajp) servers. Apache is also used as balancer. <Proxy balancer://patmos> BalancerMember ajp://tomcat2:8009 route=mmbase01 min=5 smax=10 max=15 BalancerMember ajp://tomcat1:8009 route=mmbase02 min=5 smax=10 max=15 </Proxy> Since this upgrade apache serves sometimes wrong content. It seems that the served content comes from another thread. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
