On Tue, Dec 23, 2008 at 4:19 AM, howard chen <howachen@xxxxxxxxx> wrote: > I am using Squid as reverse proxy to web server. > > Sometimes (not always), when client POST something to my server, error > will be shown: > > ========================= > ERROR > > The requuseted URL could not be retrieved > > * Invalid Resposne > ========================= > > Full Screen cap : http://howachen.googlepages.com/squid-error.gif > > Any idea for this error? Hi Howard, the screenshot is missing the details about the actual response. A cursory glance at the request seems fine. Obtaining the broken response is going to be tricky, and will probably require extensive logging or network sniffing. Could you try running at debug_options 11,4 ALL,1 ? You'll then have to sort through the cache.log and see if any further details emerge from there. -- /kinkie