RE: Preloading web pages

From: R.Ilker Gokhan <IlkerG@dont-contact.us>
Date: Thu, 11 May 2000 18:09:36 +0300

>On Thu, 11 May 2000, Goblin wrote:
>
>> #!/bin/sh
>>
>> export http_proxy=xxx.xxx.xxx.xx:xx
>> export ftp_proxy=xxx.xxx.xxx.xx:xx
>better set it in /etc/wgetrc once

And you may run this script using crontab at the midnight..
for example:
59 23 * * * /path/to/script/name

>>
>> wget -r -m -t0 www.site1.com
>> wget -r -m -t0 www.site2.com
>> wget -r -m -t0 www.site3.com
>> wget -r -m -t0 www.site4.com
>>
>>
>> maybe a lame way of doing things but it works
>>
>>
>> PR
>>
>> ----- Original Message -----
>> From: Octavio Ascanio
>> To: squid-users@ircache.net
>> Sent: Thursday, May 11, 2000 2:46 PM
>> Subject: Preloading web pages
>>
>>
>> Hello:
>>
>> I want to preload some sites during nights to reduce my
>bandwidth during
>> normal hours, but how can I do it?? Is it possible???
>>
>> Thanks in advance.
>> Octavio Ascanio.
>> Instituto Canario de I+D
>>
>
Received on Thu May 11 2000 - 09:13:47 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:53:28 MST