At 21:17 11/10/2001 +0200, Morten Bo Johansen wrote:
>> A good friend works with debain 2.2r2 or 3 (i dont know the
>> exact number in the moment) and wwwoffle 2.5c. He has a
>> question and i can not give a answer. He like it, that wwwoffle
>> a various numbers of sites/urls not/never purge. Also he like
>> it, that wwwoffle purge the rest of sites/urls in the cache
>> only, when the maximum cache-size is catch. He must edit the
>> wwwoffle.conf, but why? Can anyone me give a hint?
>
><http://www-106.ibm.com/*> age = -1
><http://www.dr.dk/halmhuset/*> age = -1
><http://www.tuxedo.org/~esr/jargon/jargon.html> age = -1
Wrong. This guy says he is still using wwwoffle 2.5c whose format is
different.
Here is the comment from this version's config file:
#### Example ####
# Expire hosts in the domain foo.com at 1 week except bar.foo.com at 2 weeks.
# *://foo.com/ = 7
# *://bar.foo.com/ = 14
# Never keep anything in the domain bar.com except foo.bar.com is always kept.
# *://bar.com/ = 0
# *://foo.bar.com/ = -1
#
# Keep ftp files for 7 days and http for 14.
# ftp://* = 7
# http://* = 14
#
# Purge files to keep the cache below 10 MB
# max-size = 10
# use-url = yes | no
# If true then use the URL to decide on the purge age,
otherwise
# use the protocol and host only (default=no).
If you want to purge on specific url you'll have to set this one to 'yes'.