Search squid archive

Re: live.com domain caching issue

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

 



On Mon, 7 Nov 2011 22:15:31 -0000, zongo saiba wrote:
Greetings,

I have been trying for a couple of days now to have squid those domains below but with no success at all. All of the domain below seem to always go
direct.
Is there any possibilities to cache domain related to windows ?
I have been strolling for days the internet but with no solution and that is
why I decided to ask for help

I am using Squid 3.1.10 on FreeBSD 8.2

acl windows_live dstdomain  login.live.com:443
acl windows_live dstdomain  sync.calendar.live.com:443
acl windows_live dstdomain  mail.services.live.com:443
acl windows_live dstdomain  sn129ds.mail.services.live.com:443
 acl windows_live dstdomain  contacts.msn.com:443

":443" is not a valid part of any domain name. These will not match properly.

Use this instead to replace all of the above lines:
  acl windows_live dstdomain .live.com contacts.msn.com

Also, CONNECT is a request for Squid to make a tunnel DIRECT to that server. To pass it through a peer instead you need to set:

  nonhierarchichal_direct off

Amos



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

  Powered by Linux