Search squid archive

Re: problems access some pages

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 22 Jun 2010 16:07:34 -0500, "Vernon A. Fort"
<vfort@xxxxxxxxxxxxxxxxxxxxxxx> wrote:
> Having issues connecting to this site:
> 
>
http://www.bbb.org/nashville/accredited-business-directory/roofing-contractors
> 
> Actually its when i select one of the links contained on this page via 
> Squid-3.0.20.  IE shows a page  error indicating that the 'Cookie' is 
> undefined.  Turning up debugging does not  really show anything.  we can

> access this site and sub-pages without using squid.  Can anyone point me

> in the right direction?

For a public web page its being rather fanatical about preventing
temporary caching. Everything including the session cookie, and TCP link
are closed and expired immediately on creation.

  HTTP/1.1 200 OK
  Date: Wed, 23 Jun 2010 01:10:31 GMT
  Server: Apache
  Expires: Thu, 19 Nov 1981 08:52:00 GMT
  Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-
        check=0
  Pragma: no-cache
  Content-Type: text/html;charset=utf-8
  Set-Cookie: PHPSESSID=acku3mcc20hkkletn4e4l570u0; path=/
  Set-Cookie:
bbb=50.48.52.46.50.51.50.46.50.49.48.46.50.48.50.124.99.51.54.10
        2.122.52.109; path=/
  Set-Cookie: before=deleted; expires=Tue, 23-Jun-2009 01:10:30 GMT;
path=/
  Set-Cookie: previous=deleted; expires=Tue, 23-Jun-2009 01:10:30 GMT;
path=/
  Set-Cookie:
current=www.bbb.org%2Fnashville%2Fabpages%2Froofing-contractors;
        path=/
  Connection: close
  Vary: Accept-Encoding, User-Agent
  Content-Encoding: gzip
  Transfer-Encoding: chunked


This note about the CSS from redbot.org analysis of the whole page is a
little worrying:
  "Content negotiation for gzip compression makes the response 19395%
larger."
  "Content negotiation for gzip compression makes the response 22454%
larger."


Anyway, assuming you have not configured any local HTTP protocol overrides
(with refresh_pattern) to force the caching, then these pages will simply
be passed through Squid as received. If cached the page will have cookies
and authentication stripped when passed out to clients.

Amos



[Index of Archives]     [Linux Audio Users]     [Samba]     [Big List of Linux Books]     [Linux USB]     [Yosemite News]

  Powered by Linux