DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43220>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43220 Summary: mod_proxy truncating ajp output Product: Apache httpd-2 Version: 2.2.3 Platform: PC OS/Version: Linux Status: NEW Severity: critical Priority: P2 Component: mod_proxy AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] We've got a tomcat 5.5.23 server hiding behind an apache 2.2.3 server using mod_proxy. the configuration is: ProxyPass /confluence/ ajp://feta.dlib.indiana.edu:8079/confluence/ ProxyPassReverse /confluence/ ajp://feta.dlib.indiana.edu:8079/confluence/ When we access the application directly (i.e. on port 8070) the data comes back ok, but when using the proxy, it is truncated. The data we're sending back is > 2M, so most requests are ok, and sometimes it does work for larger requests. The test url through the proxy for this is: http://wiki.dlib.indiana.edu/confluence/download/attachments/25/boot.iso or directly http://wiki.dlib.indiana.edu:8070/confluence/download/attachments/25/boot.iso Feta and wiki are different IPs, but both the tomcat and the apache instance are listening on all IPs. The content-length header coming back to the browser seems to be correct -- when it failed on a wget request, wget retried. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
