in reply to Need Help On SOAP::Lite

What does the server script output when you request the URL using wget or curl or lwp-get or GET?

Replies are listed 'Best First'.
Re^2: Need Help On SOAP::Lite
by Boring (Novice) on Oct 05, 2010 at 01:41 UTC
    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
      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.