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

Sudhir Reddy <discoversud...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |discoversud...@gmail.com

--- Comment #5 from Sudhir Reddy <discoversud...@gmail.com> 2009-12-16 20:38:24 
UTC ---
I too happen to notice the same issue on our production boxes with
mod_jk-1.2.28, DisableReuse fixed this issue.

We are using apache <---> mod_jk-1.2.28 <---AJP13---> tomcat-5.5.23

tomcat logs shows HTTP 302 being returned and apache logs shows HTTP 200

I am trying to reproduce the same on our non-production boxes. The only
possible scenario I can think of is the following:
* mod_jk: Request 1 sent to tomcat got timeout after 2 mins while waiting for a
response
* mod_jk : Request 2 reuses the socket of the Request 1 and reads the response
of the Request 1 from tomcat.

Please let  me know if you think the above scenario is not possible.

We do have timeouts configured for 2 mins and retries not set(defaults to 2).

We did see lots of HTTP 400 error messages(Bad Requests) also caused due to
mod_jk and got fixed when we used DisableReuse

-- 
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to