Re: [squid-users] some thougs about pushing objects

2011-06-10 Thread Luis Daniel Lucio Quiroz
Le vendredi 03 juin 2011 23:52:59, Eliezer Croitoru a écrit : well if you do want to push an object you can do it in a more elegant way: export http_proxy=http://localhost:3128 ; wgethttp://fqdn/object; and use it on a big site using recursive download and on ram drive. also another

Re: [squid-users] some thougs about pushing objects

2011-06-03 Thread Eliezer Croitoru
well if you do want to push an object you can do it in a more elegant way: export http_proxy=http://localhost:3128 ; wgethttp://fqdn/object; and use it on a big site using recursive download and on ram drive. also another tip is to use --delete-after this will pull the file into the squid

[squid-users] some thougs about pushing objects

2011-06-02 Thread Luis Daniel Lucio Quiroz
just thinking if squid-purge tool can purge an specific object from cache by modifing the db cache db, is there a way to push an object like that with a tool? LD

Re: [squid-users] some thougs about pushing objects

2011-06-02 Thread Hasanen AL-Bana
I guess you could use wget to do that export http_proxy=http://localhost:3128 ; wget http://fqdn/object On Thu, Jun 2, 2011 at 5:20 PM, Luis Daniel Lucio Quiroz luis.daniel.lu...@gmail.com wrote: just thinking if squid-purge tool can purge an specific object from cache by modifing the db

Re: [squid-users] some thougs about pushing objects

2011-06-02 Thread Amos Jeffries
On 03/06/11 02:20, Luis Daniel Lucio Quiroz wrote: just thinking if squid-purge tool can purge an specific object from cache by modifing the db cache db, is there a way to push an object like that with a tool? AFAIK not with purge. The -h output pretty much covers what the tool can do.