Re: [squid-users] cache object with vary

2016-08-28 Thread joe
amos just by switching refresh from chrome to firefox and vice versa 2016/08/29 05:27:46 kid1| varyEvaluateMatch: Oops. Not a Vary match on second attempt, 'http://www.annahar.com/' 'accept-encoding="gzip,%20deflate,%20sdch",

Re: [squid-users] Trouble negotiate_kerberos_auth

2016-08-28 Thread Marcio Demetrio Bacci
Hi Markus, thank you for help me. When I type the klist command, the result is: Ticket cache: FILE:/tmp/krb5cc_0 Default principal: rob...@cms.ensino.br Valid starting Expires Service principal 28-08-2016 22:40:53 29-08-2016 08:40:53 krbtgt/cms.ensino...@cms.ensino.br

Re: [squid-users] squid with random outgoing ip from pool of 1000 ips

2016-08-28 Thread Alex Rousskov
On 08/28/2016 03:56 AM, --Ahmad-- wrote: > the rotation is very bad and the outgoing ip now is the ip that is > on my eth0 ipv6 address only . > i mean the lists above not working at all and all request go with 1 > ipv6 which is the ip that is on my eth0 address . > > > what wrong did i do ?

Re: [squid-users] squid with random outgoing ip from pool of 1000 ips

2016-08-28 Thread Alex Rousskov
On 08/28/2016 02:04 AM, --Ahmad-- wrote: > how about the length of the number? > > 1/1000 to which digits should i round ?? > > 4 or 5 6 digits ? I would start with 10 digits or the maximum precision that your ACL-calculation program allows and decrease the number of digits if Squid cannot

Re: [squid-users] Trouble negotiate_kerberos_auth

2016-08-28 Thread Markus Moeller
HI Marcio, The helper need a Kerberos token as input. Please have a look at test_negotiate_auth.sh which is in src/auth/negotiate/kerberos of the trunk version. The squid hostname must match the entry in your keytab and you must have done kinit to authenticate against a Kerberos server

Re: [squid-users] cache object with vary

2016-08-28 Thread joe
>If the above wasn't clear enough. This is how squid does it: > key: MD5("http://url.com/some.js;) >data: vary-marker object ("Vary:Accept-Encoding", ...) >key: MD5("http://url.com/some.js; + "accept-encoding=") >data: no- Accept-Encoding variant response >key:

Re: [squid-users] cache object with vary

2016-08-28 Thread Amos Jeffries
On 28/08/2016 12:56 p.m., joe wrote: > is this bug or its made to work like that > lets say we have object in cache name 00A5 > url.com/some.js > vary=accept-encoding="gzip" > > if some browser get the same object > url.com/some.js > vary=accept-encoding="deflate" > > the md5 key wont match

Re: [squid-users] Limit Bandwith for youtube....

2016-08-28 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 28.08.2016 22:39, Yuri Voinov пишет: > > > > 28.08.2016 21:59, Yuri Voinov пишет: > > > > > > > > 28.08.2016 17:34, Matus UHLAR - fantomas пишет: > > > > On 27.08.16 01:10, Yuri Voinov wrote: > > > >> > > >

Re: [squid-users] Limit Bandwith for youtube....

2016-08-28 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 28.08.2016 21:59, Yuri Voinov пишет: > > > > 28.08.2016 17:34, Matus UHLAR - fantomas пишет: > > On 27.08.16 01:10, Yuri Voinov wrote: > >> > http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube/Discussion?highlight=%28Youtube%29 >

Re: [squid-users] Limit Bandwith for youtube....

2016-08-28 Thread Matus UHLAR - fantomas
On 27.08.16 01:10, Yuri Voinov wrote: http://wiki.squid-cache.org/ConfigExamples/DynamicContent/YouTube/Discussion?highlight=%28Youtube%29 26.08.2016 23:54, Matus UHLAR - fantomas пишет: On 26.08.16 03:16, Yuri Voinov wrote: Everything can be much easier. Google Streaming video is not

Re: [squid-users] squid with random outgoing ip from pool of 1000 ips

2016-08-28 Thread --Ahmad--
just to tell you i updated the acl as below : acl half10001 random 0.000998001000 acl half10006 random 0.0009930209650350 acl half10011 random 0.0009880657804942 acl half10020 random 0.0009792086759647 acl half10037 random 0.0009626946373158 acl half10043 random 0.0009569328906720 acl

Re: [squid-users] TCP_RESET non http requests on port 80

2016-08-28 Thread Omid Kosari
Alex Rousskov wrote > I understand that it works for regular requests. Does it also work (i.e., > does Squid > reset the connection) when handling a non-HTTP request on port 80? No , when the request is non-HTTP it does not reset the connection . Here is my test results . i would test with

Re: [squid-users] squid with random outgoing ip from pool of 1000 ips

2016-08-28 Thread --Ahmad--
thanks for reply how about the length of the number? 1/1000 to which digits should i round ?? 4 or 5 6 digits ? AS AN EXAMPLE the 1/1000 probabilities will have the acls as below : 0.001 0.000999 0.000998001 0.000997002999 0.000996005996001 the question is how many digits should i round