Hi wwwoffle-users,
I have tried to achieve that cached pages are requested only if the cached
version is older than specified (500 minutes) and fetched only if they have
changed. A few specific pages are not to be re-requested at all. I have set
the OnlineOptions accordingly (so I thought).
What happened was:
- pages are re-fetched from the server though the cached version is newer than
specified, even twice (or more) per session.
- unchanged pages are downloaded again (and again and again).
Apparently the settings in this section are completely ignored. I have not
been able to figure out what went wrong. Has anyone encountered a similar
problem (and found a solution to it)? Could this problem be browser-related?
I am using wwwoffle 2.8a and konqueror.
TIA and Best Regards
Andreas
OnlineOptions
{
<http://www.rapdict.org/*> request-changed = -1
<http://blueslyrics.tripod.com/blueslanguage.htm> request-changed = -1
<http://blues.about.com/cs/bluesinschools/a/blbluesgloss.htm> request-changed
= -1
<http://blues.about.com/cs/bluesinschools/a/blbluesgloss_2.htm>
request-changed = -1
pragma-no-cache = yes
cache-control-no-cache= yes
request-changed = 500m
request-changed-once = yes
request-expired = no
request-no-cache = no
request-redirection = no
request-conditional = yes
try-without-password = yes
intr-download-keep = no
intr-download-size = 1
intr-download-percent = 80
timeout-download-keep = no
request-compressed-data = yes
request-chunked-data = yes
}