Re: Can't reload the page by F5
Igor Nikanov <[email protected]> Sat, 8 Jul 2006 13:26:50 +0400
| Newsgroups | gmane.network.wwwoffle.user |
|---|---|
| Message-ID | <[email protected]> |
> Did you try Shift-F5 or Ctrl-F5 ? in Opera-9 Shift-F5 uses for "Cascade open tabs top-left to bottom-right" Ctrl-F5 - "Reload all open page" http://help.opera.com/Linux/9.00/en/keyboard.html but ctrl-r, F5, ctrl-F5 don't reload page anyway :( (BTW, I tried with other browsers - no result) > > request-changed = 10d > > request-changed-once = yes > > .... and these two instruct wwwoffle to fetch once per 10 days, maximally > once in each session. yes, I changed that option specially, but anyway by F5 the Opera should receive a refresh page, but it's not happen :( > I guess thit is a bit funny. Maybe you should set up request-changed to > default value and request-changed-once to 'no'/. ok. I corrected my config cookies-force-refresh = yes pragma-no-cache = yes cache-control-no-cache = yes cache-control-max-age-0 = yes request-changed = 3m request-changed-once = no request-expired = yes request-no-cache = yes request-redirection = no request-conditional = yes validate-with-etag = yes try-without-password = yes intr-download-keep = no intr-download-size = 1 intr-download-percent = 80 timeout-download-keep = no keep-cache-if-not-found = no request-compressed-data = yes request-chunked-data = yes with option request-changed= 3m I can download refresh page by F5, but only in 3 minutes after last true reload of page My opinion the options pragma-no-cache = yes cache-control-no-cache = yes must be take precedence over the request-changed and request-changed-once options (quote from wwwofle.conf) here's log (I tried reload of page by F5) Jul 8 13:17:02 localhost wwwoffles[2534]: Requesting URL (Pragma: no-cache). Jul 8 13:17:02 localhost wwwoffles[2534]: Requesting URL (Cookie:). Jul 8 13:17:02 localhost wwwoffles[2534]: Not requesting URL (Last changed 00:00:13 (13s) ago, config is 00:03 (180s)). Jul 8 13:17:02 localhost wwwoffles[2534]: Cache Access Status='Cached Page Used'. Jul 8 13:17:02 localhost wwwoffles[2534]: Client bytes; 661 Read, 71095 Written. Jul 8 13:17:02 localhost wwwoffled[1371]: Child wwwoffles exited with status 0 (pid=2534). Jul 8 13:17:02 localhost wwwoffled[1371]: Currently running: 0 servers total, 0 fetchers. Jul 8 13:17:02 localhost /USR/SBIN/CRON[2536]: (root) CMD ( run-parts --report /etc/cron.hourly) Jul 8 13:17:02 localhost wwwoffled[1371]: HTTP Proxy connection from host localhost.localdomain (127.0.0.1). Jul 8 13:17:02 localhost wwwoffles[2537]: URL='http://allrussian.info/favicon.ico'. Jul 8 13:17:02 localhost wwwoffles[2537]: proto='http'; hostport='allrussian.info'; path='/favicon.ico'; args='(null)'; user:pass='(null):( null)'. Jul 8 13:17:02 localhost wwwoffles[2537]: Not requesting URL (Last changed 00:01:35 (95s) ago, config is 00:03 (180s)). Jul 8 13:17:02 localhost wwwoffles[2537]: Cache Access Status='Cached Page Used'. Jul 8 13:17:02 localhost wwwoffles[2537]: Client bytes; 580 Read, 1031 Written. Jul 8 13:17:02 localhost wwwoffled[1371]: Forked wwwoffles -real (pid=2537). Jul 8 13:17:02 localhost wwwoffled[1371]: Child wwwoffles exited with status 0 (pid=2537). Jul 8 13:17:02 localhost wwwoffled[1371]: Currently running: 0 servers total, 0 fetchers Have you any ideas ? Igor