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


concentratedawesome <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]




--- Comment #26 from concentratedawesome <[EMAIL PROTECTED]>  2008-07-28 
08:50:10 PST ---
I don't know if this is relevant to this bug, but I saw this error reliably:

[error] ajp_check_msg_header() got bad signature 420
[error] ajp_ilink_receive() received bad header
[error] ajp_read_header: ajp_ilink_receive failed
[error] (120007)APR does not understand this error
code: proxy: read response failed from 127.0.0.1:8009 (localhost)

when using Apache 2.2.3 & mod_proxy_ajp to proxy a JBoss 4.2.2.GA / Tomcat
5.5.x app.

I found that my JBoss app wasn't setting the content-length response header. 
For some reason, this caused my proxy to fail (503) after a number of requests.
 The number of requests that before failure varied, but the error above always
coincided with the 503s.  Just adding the Content-Length header in my
JBoss/Tomcat app fixed it for me.  It may be relevant to mention that my
proxied app was serving PDFs (w/ MIME application/pdf), not text/html.


-- 
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]

Reply via email to