in reply to Re: Need Help On SOAP::Lite
in thread Need Help On SOAP::Lite

If I use wget on "proxy('http://www.mysite.com/hibye.cgi')":

wget 'http://www.mysite.com/hibye.cgi' Connecting to www.mysite.com... connected. HTTP request sent, awaiting response... 200 No headers, assuming HTTP/ +0.9 Length: unspecified 100%[====================================================>] 20 + --.--K/s 09:23:53 (699.52 KB/s) - Read error at byte 20 (Connection reset by pe +er).Retrying.

Please help. Thanks

Replies are listed 'Best First'.
Re^3: Need Help On SOAP::Lite
by Corion (Patriarch) on Oct 05, 2010 at 07:17 UTC
    09:23:53 (699.52 KB/s) - Read error at byte 20 (Connection reset by pe +er)

    There is an error in your server, your server configuration, or your network setup. Consult with your network administrator about whether the network is a problem. Debug what the server is sending - maybe it is an error message. Look into the (web)server error logs. Apply some elimination to find out what causes the problem.

      Hi Corion,

      Yes! You are right!

      There is some setting issues in the server Apache conf.

      Thanks for all the help.