You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2009/03/31 10:08:34 UTC

DO NOT REPLY [Bug 41196] worker mpm usage of apr's memory pools is not thread-safe

https://issues.apache.org/bugzilla/show_bug.cgi?id=41196





--- Comment #2 from Sander de Boer <sa...@eo.nl>  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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org