https://issues.apache.org/bugzilla/show_bug.cgi?id=46765
Summary: Header dublication leads to error (Redmine)
Product: Apache httpd-2
Version: 2.2.11
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy_balancer
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=23306)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=23306)
traffic dumps by WiresharkPortable
*Apache 2.11/WinXP*
recently i try to setup "Bitnami REDMINE Stack" on two computers.
on first PC (my notebook) it was successful and just run out of the box.
on second PC (odinary computer) i get error
502 proxy ERROR
==BEG= redmine.conf ===
ProxyPass /redmine balancer://redminecluster
ProxyPassReverse /redmine balancer://redminecluster
<Proxy balancer://redminecluster>
BalancerMember http://127.0.0.1:3001/redmine
BalancerMember http://127.0.0.1:3002/redmine
</Proxy>
==EOF= redmine.conf ===
==BEG= apache-error.log ===
[Mon Feb 16 14:14:52 2009] [error] [client 127.0.0.1] (70014)End of file found:
proxy: error reading status line from remote server 127.0.0.1, referer:
http://localhost/
[Mon Feb 16 14:14:52 2009] [error] [client 127.0.0.1] proxy: Error reading from
remote server returned by /redmine/, referer: http://localhost/
==EOF= apache-error.log ===
the same problem was described at
http://bitnami.org/forums/forums/19/topics/457
but no solution found
so i'v download Wireshark portable and sniff both cases ( good one and one
leads to error)
see "traffic-capture-1(bad).pcap" and "traffic-capture-2(good).pcap"
it seems to syncronization problem or buffer overflow
i use latest Apache from apache.org
i check system for viruses
but i cannot figureout reason of dublication of message header:(
--
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]