Re: [squid-users] remote 403 error through squid

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Sun, 11 Sep 2005 12:19:23 +0200 (CEST)

On Sat, 10 Sep 2005, Thomas Reed wrote:

> Certainly..the site in question is http://www.murfreesborotn.gov
>
> I find it strange that when i go to http://www.murfreesborotn.gov// (with 2
> slashes at the end) it load properly through the proxy.

This site seems to match exacly the symptoms of the first site in the
previosly mentioned "bug report", and very similar to the other site
discussed recently.

Returns 403 if max-age > certain value depending the object requested,
increasing by the second.

     squidclient -h www.murfreesborotn.gov -p 80 -H "Host: www.murfreesborotn.gov\nCache-Control: max-age=260000\n" /

Works if max-age is also combined with "Pragma: no-cache" (but not
Cache-Control: no-cache).

     squidclient -h www.murfreesborotn.gov -p 80 -H "Host: www.murfreesborotn.gov\nCache-Control: max-age=260000\nPragma: no-cache\" /

Same workaround with refresh_pattern should work, but it would be very
interesting to know what component at the server is malfunctioning so we
can document the issue proper and maybe even develop a automatic
workaround to all servers sharing this brokenness if it can be reasonably
identified.

     refresh_pattern -i ^http://www.murfreesborotn.gov 0 0 0

Regards
Henrik
Received on Sun Sep 11 2005 - 04:19:29 MDT

This archive was generated by hypermail pre-2.1.9 : Sat Oct 01 2005 - 12:00:03 MDT