in reply to Re: Cached(?) pages when not-logged-in sometimes appear to be very seriously out-of-date
in thread Cached(?) pages when not-logged-in sometimes appear to be very seriously out-of-date

Ah! Ha-ha-ha!!! Oh, heh. Haha, ha... oh, oh, you! ++ for the power of positive thinking and following up on help desk requests.

$ curl -I http://perlmonks.org/?node=Recently+Active+Threads 2>/dev/nu +ll | egrep -i 'date|cache|modified' Date: Mon, 12 Oct 2015 21:43:54 GMT $ curl -I http://perlmonks.org/?node=Recently+Active+Threads 2>/dev/nu +ll | egrep -i 'date|cache|modified' Date: Mon, 12 Oct 2015 21:43:57 GMT $ curl -I http://perlmonks.org/?node=Newest+Nodes 2>/dev/null | egrep +-i 'date|cache|modified' Date: Mon, 12 Oct 2015 21:44:07 GMT $ curl -I http://perlmonks.org/?node=Newest+Nodes 2>/dev/null | egrep +-i 'date|cache|modified' Date: Mon, 12 Oct 2015 21:44:09 GMT
  • Comment on Re^2: Cached(?) pages when not-logged-in sometimes appear to be very seriously out-of-date
  • Download Code

Replies are listed 'Best First'.
Re^3: Cached(?) pages when not-logged-in sometimes appear to be very seriously out-of-date
by stevieb (Canon) on Oct 14, 2015 at 21:48 UTC
    At least I didn't ask "did you turn it off and back on again?" :)