Search squid archive

Re: strip_query_terms parameter

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

 



On 16/06/2015 5:31 p.m., Mohammad Shakir wrote:
> We are using store_id_program to cache CDN objects due to (301 status) we can not catch the actual url.
> 
> Is there any other procedure to override this problem.
> 
> given below is our configuration for store_id_program
> 
> 
> acl gotostoreid dstdomain .filehippo.com
> acl banned_methods method PUT POST PURGE
> acl norewrite url_regex -i \.(youtube|googlevideo)\.com\/videoplayback.*redirect_counter=1.*cms_redirect=yes.* \.(youtube|googlevideo)\.com\/videoplayback.*cms_redirect=yes.*redirect_counter=1.*
> 
> store_id_bypass on
> 
> store_id_program /etc/squid/storeid.pl
> store_id_children 40 startup=10 idle=1 concurrency=0
> store_id_access allow gotostoreid
> store_id_access deny norewrite
> store_id_access deny banned_methods
> store_id_access deny all
> 


If you have the latest version of Squid please try this:

 acl status3xx http_status 300-399
 store_miss deny status3xx gotostoreid

Amos

_______________________________________________
squid-users mailing list
squid-users@xxxxxxxxxxxxxxxxxxxxx
http://lists.squid-cache.org/listinfo/squid-users




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

  Powered by Linux