Hi wwwoffle user list, I have upgrade the wwwoffle version lately from 2.6 to 2.7e (using the 2,7b in between) and since then I noticed an unexpected behavior of the purge command.
Although some url are protected with the parameter: age = -1, they are purged in reality when I start a purge from the control page. This mean that I cannot archive these pages anymore. Does anyone know if it is a configuration problem or a bug ? and what I can do to solve this problem? This option worked fine with 2.6 version, and the config file are directely derived from the previous one (file: /etc/wwwoffle/wwwoffle.conf as reread by the WWWOFFLE Interactive Configuration Page) For information my configuration file is like this : ---------------------------------------------------------------------------------- # Purge Section # # Purge # ----- use-mtime = no max-size = 0 min-free = 0 use-url = no del-dontget = yes del-dontcache = yes age = 4w # age = 0 compress-age = -1 #### Example #### # Expire hosts in the domain foo.com at 1 week except bar.foo.com at 2 weeks. # <*://foo.com/> age = 1w # <*://bar.foo.com/> age = 2w # Never keep anything in the domain bar.com except foo.bar.com is always kept. # <*://bar.com/> age = 0 # <*://foo.bar.com/> age = -1 # # # Purge files to keep the cache below 100 MB # max-size = 100 ## Ajouts : sites a conserver # Linux <*://*.suse.*> age = -1 <*://*.linux-mandrake.com/> age = -1 <*://www.hauppauge.fr/> age = -1 # Docs <http://docs.kde.org/*> age = -1 --------------------------------------------------------------------------------------------------------- The last lines indicate the URL that are deleted after the purge in spite of the parameter age = -1
