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





------- Additional Comments From [EMAIL PROTECTED]  2007-01-11 04:08 -------
I see the same error message after de connection to the backend server was 
closed by the backend server because the connection was idle to long. It looks 
like mod_proxy is trying to use a closed connection resulting in this error.
Also mod_proxy discard the connection and create a new one. It keeps using the 
closed connection so the next requests are also failing.

The configuration I use is very simple:

<VirtualHost X.X.X.X:80>
    ServerName www.xxxxx.xx
    Redirect         temp / http://www.xxxxx.xx/general/index.html
    ProxyPass        /general http://xxx.intranet.xxx.xx/general
    ProxyPassReverse /general http://xxx.intranet.xxx.xx/general
</VirtualHost>


-- 
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]

Reply via email to