Re: [squid-users] Yet another store_id question HIT MISS

2016-08-21 Thread Yuri Voinov
> From: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] On Behalf Of Omid Kosari > Sent: Saturday, August 20, 2016 4:41 PM > To: squid-users@lists.squid-cache.org > Subject: Re: [squid-users] Yet another store_id question HIT MISS > > I have also tested with sever

Re: [squid-users] Yet another store_id question HIT MISS

2016-08-21 Thread Eliezer Croitoru
s [mailto:squid-users-boun...@lists.squid-cache.org] On Behalf Of Omid Kosari Sent: Saturday, August 20, 2016 4:41 PM To: squid-users@lists.squid-cache.org Subject: Re: [squid-users] Yet another store_id question HIT MISS I have also tested with several browsers, PCs etc . Also i have disable

Re: [squid-users] Yet another store_id question HIT MISS

2016-08-21 Thread Amos Jeffries
On 21/08/2016 2:10 a.m., Omid Kosari wrote: > Amos Jeffries wrote >> On 19/08/2016 2:15 a.m., Omid Kosari wrote: >>> I was correct . >>> >>> If one of following conditions happens then the mentioned urls will not >>> cache . >>> >>> 1-in squid.conf have this line >>> acl storeiddomainregex dstdom_r

Re: [squid-users] Yet another store_id question HIT MISS

2016-08-20 Thread Omid Kosari
Amos Jeffries wrote > On 19/08/2016 2:15 a.m., Omid Kosari wrote: >> I was correct . >> >> If one of following conditions happens then the mentioned urls will not >> cache . >> >> 1-in squid.conf have this line >> acl storeiddomainregex dstdom_regex >> ^igcdn(\-photos|\-videos)[a-z0-9\-]{0,9}\.ak

Re: [squid-users] Yet another store_id question HIT MISS

2016-08-20 Thread Omid Kosari
I have also tested with several browsers, PCs etc . Also i have disabled every refresh pattern except default squid rules as like as yours . Same result . The only way to get hits are the way i mentioned in http://squid-web-proxy-cache.1019090.n4.nabble.com/Yet-another-store-id-question-HIT-MISS-

Re: [squid-users] Yet another store_id question HIT MISS

2016-08-18 Thread Amos Jeffries
On 19/08/2016 2:15 a.m., Omid Kosari wrote: > I was correct . > > If one of following conditions happens then the mentioned urls will not > cache . > > 1-in squid.conf have this line > acl storeiddomainregex dstdom_regex > ^igcdn(\-photos|\-videos)[a-z0-9\-]{0,9}\.akamaihd\.net$ > How you use

Re: [squid-users] Yet another store_id question HIT MISS

2016-08-18 Thread Eliezer Croitoru
-cache.org Subject: Re: [squid-users] Yet another store_id question HIT MISS I was correct . If one of following conditions happens then the mentioned urls will not cache . 1-in squid.conf have this line acl storeiddomainregex dstdom_regex ^igcdn(\-photos|\-videos)[a-z0-9\-]{0,9}\.akamaihd\.n

Re: [squid-users] Yet another store_id question HIT MISS

2016-08-18 Thread Omid Kosari
I was correct . If one of following conditions happens then the mentioned urls will not cache . 1-in squid.conf have this line acl storeiddomainregex dstdom_regex ^igcdn(\-photos|\-videos)[a-z0-9\-]{0,9}\.akamaihd\.net$ 2-in storeid_db have this line ^http:\/\/igcdn-.*\.akamaihd\.net/hphotos-ak

Re: [squid-users] Yet another store_id question HIT MISS

2016-08-18 Thread Omid Kosari
Simply open following url in firefox http://igcdn-photos-h-a.akamaihd.net/hphotos-ak-xap1/t51.2885-15/s640x640/sh0.08/e35/13702999_1008425479275495_76276919_n.jpg then rename h to a,b,c,d,e,f for example http://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xap1/t51.2885-15/s640x640/sh0.08/e35/13702999

Re: [squid-users] Yet another store_id question HIT MISS

2016-08-17 Thread Eliezer Croitoru
...@ngtech.co.il -Original Message- From: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] On Behalf Of Omid Kosari Sent: Wednesday, August 17, 2016 5:36 PM To: squid-users@lists.squid-cache.org Subject: Re: [squid-users] Yet another store_id question HIT MISS Amos Jeffries

Re: [squid-users] Yet another store_id question HIT MISS

2016-08-17 Thread Omid Kosari
Amos Jeffries wrote > On 18/08/2016 1:43 a.m., Omid Kosari wrote: >> Why following link is HIT >> >> X-Cache:"HIT from cache1" >> X-Cache-Lookup:"HIT from cache1:3128" >> >> >> http://igcdn-photos-c-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-15/s150x150/e35/13649137_1547514802224163_950421795_n.jpg

Re: [squid-users] Yet another store_id question HIT MISS

2016-08-17 Thread Yuri Voinov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 17.08.2016 20:28, Amos Jeffries пишет: > On 18/08/2016 1:43 a.m., Omid Kosari wrote: >> Why following link is HIT >> >> X-Cache:"HIT from cache1" >> X-Cache-Lookup:"HIT from cache1:3128" >> >> >> http://igcdn-photos-c-a.akamaihd.net/hphotos-ak-xa

Re: [squid-users] Yet another store_id question HIT MISS

2016-08-17 Thread Amos Jeffries
On 18/08/2016 1:43 a.m., Omid Kosari wrote: > Why following link is HIT > > X-Cache:"HIT from cache1" > X-Cache-Lookup:"HIT from cache1:3128" > > > http://igcdn-photos-c-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-15/s150x150/e35/13649137_1547514802224163_950421795_n.jpg > > but this one is MISS >

Re: [squid-users] Yet another store_id question HIT MISS

2016-08-17 Thread Omid Kosari
Eliezer Croitoru-2 wrote > StoreID is not the only thing which can affect a HIT or a MISS. > A nice tool which was written to understand the subject is RedBot at: > https://redbot.org/ > > From a simple inspection of the file it seems that it should get hit but, > why are you using StoreID for th

Re: [squid-users] Yet another store_id question HIT MISS

2016-08-17 Thread Eliezer Croitoru
72-5-28704261 Email: elie...@ngtech.co.il -Original Message- From: squid-users [mailto:squid-users-boun...@lists.squid-cache.org] On Behalf Of Omid Kosari Sent: Wednesday, August 17, 2016 4:44 PM To: squid-users@lists.squid-cache.org Subject: [squid-users] Yet another store_id question HIT M

[squid-users] Yet another store_id question HIT MISS

2016-08-17 Thread Omid Kosari
Why following link is HIT X-Cache:"HIT from cache1" X-Cache-Lookup:"HIT from cache1:3128" http://igcdn-photos-c-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-15/s150x150/e35/13649137_1547514802224163_950421795_n.jpg but this one is MISS http://igcdn-photos-a-a.akamaihd.net/hphotos-ak-xaf1/t51.2885-1