Hi,
I`m using Apache as a proxy using ProxyPass (I didn`t set ProxyTimeout),
I have two test clients sending and receiving xml messages using xmlhttprequest to a jeti server through the Apache proxy server.
I sometime get an error in the Apache logs without being able to reproduce it.
The error is:
[
Can someone explain me the error?
Thanks
I`m using Apache as a proxy using ProxyPass (I didn`t set ProxyTimeout),
I have two test clients sending and receiving xml messages using xmlhttprequest to a jeti server through the Apache proxy server.
I sometime get an error in the Apache logs without being able to reproduce it.
The error is:
[
Code:
Sat Oct 06 14:46:51 2007] [error] (OS 10060)A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. : proxy: prefetch request body failed to 127.0.0.1:8080 (localhost) from 173.129.343.565 () [Sat Oct 06 14:46:51 2007] [error] [client 173.129.343.565 ] Handler for proxy-server returned invalid result code 730060, referer: http://www.example.com/test.html
Thanks
Comment