tor 2006-12-28 klockan 14:09 -0500 skrev Dave Rhodes:
> I have a problem opening www.specialized.com using squid 2.6 Stable5 on
> SUSE 10.1 X86-64 on an HP DL320 3.2GHz with 4GB RAM and 100GB HDD (RAID
> 10).  The squid config is fairly vanilla as the server is in it's
> infancy (as am I to squid).  After some fairly extensive testing and
> searching (FAQs, google, this list, etc.) it appears that the site may
> require an HTTP/1.1 function that squid does not yet support.  I'd like
> to, first of all, verify that with this group and 2nd, if not, see if
> anyone has any suggestions.

The site is broken and responds with chunked encoding in response to
HTTP/1.0 requests (a MUST NOT requirement in the HTTP specifications).

Most likely works if you drop the Accept-Encoding header.

acl broken_sites .specialized.com
header_access deny Accept-Encoding deny broken_sites

Regards
Henrik

Attachment: signature.asc
Description: Detta är en digitalt signerad meddelandedel

Reply via email to