https://issues.apache.org/bugzilla/show_bug.cgi?id=46949
Summary: Apache httpd serves sometimes content from another
thread
Product: Apache httpd-2
Version: 2.2.11
Platform: Sun
OS/Version: Solaris
Status: NEW
Severity: critical
Priority: P4
Component: All
AssignedTo: [email protected]
ReportedBy: [email protected]
I have upgraded my apache 2.2.6 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. Something like a thread-safe problem.
After this upgrade I tried figure out what the problem is. A downgrade to 2.2.6
with _worker_ mpm resolve the problem. After that I upgraded to 2.2.10 without
problems again.
My conclusion: This bug is introduced in 2.2.11.
--
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]