https://issues.apache.org/bugzilla/show_bug.cgi?id=45510
Summary: Apache2.2.9 with mod_proxy: Connection reset by peer
Product: Apache httpd-2
Version: 2.2.9
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: mod_proxy
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
I have a backend server(windows) and a reverse proxy(apache 2.2.9). It works
almost well, but sometimes cause "Proxy error".
I found some error log that may be relating to this problem.
[Thu Jul 31 11:58:45 2008] [error] [client xxx.xxx.xxx.xxx] (104)Connection
reset by peer: proxy: error reading status line from remote server
192.168.1.100, referer: http://example.com/apps/
[Thu Jul 31 11:58:45 2008] [error] [client xxx.xxx.xxx.xxx] proxy: Error
reading from remote server returned by /example.gif, referer:
http://example.com/apps/
and the config is here;
ProxyRequests Off
<Location /apps/>
ProxyPass http://192.168.1.100/
ProxyPassReverse http://192.168.1.100/
</Location>
I have investigated the cause, and I think this problem happens right after the
backend server closes connections by keep-alive timeout.
Is there any way to solve this problem?
--
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]