You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/08/07 11:35:12 UTC

DO NOT REPLY [Bug 37770] - proxy: error reading status line from remote server (null)

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=37770>.
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=37770





------- Additional Comments From ob@dorrboel.com  2006-08-07 09:35 -------
As workaround, I made the following modification in modules/proxy/proxy_util.c 
(from source files) and changed line 1972 :
BEFORE : if (APR_STATUS_IS_EOF(socket_status))
AFTER : if (APR_STATUS_IS_EOF(socket_status) || APR_STATUS_IS_ECONNRESET
(socket_status))

configure
make
make install

Restart Apache

No more message "proxy: error reading status line from remote server"

Hope this helps...

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org