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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
