|
sidki's config set: 2005-06-09
|
|
May. 09, 2005, 10:05 PM
Post: #183
|
|||
|
|||
|
Hi sidki
Quote:The added filters are just now active for both options, "Always Cache" and "Always Cache except for HTML", but they aren't needed for the first option, right? I've never run "Always Cache" but I can't think on any reason you would need the others. Maybe Last-Modified, if you wanted to send conditional requests after the cache expires. Quote:Did you check if servers that don't send a Last-Modified actually accept an If-Modified-Since? Not all do. Sometimes you get the full monty back with a 200 reply, but this only seems to happen when the cache is expired and your requesting the resource again, or, they sent the wrong mime-type and you have to ask for it again. Quote:Excluding local.ptron: Shouldn't it just get the "i_cache:2" (always cache) keyword? Well, you got me there. The truth is, I'm rather clueless about Keywords & IncludeExclude. I've never used a filter set that had those features, so I need to spend some time reading your documentation and looking at the list to really get a handle on it.I know one thing for sure, if you browse cnn with these filters you'll eventually request your popup.wav file that I cannot seem to cache. Code: BlockList 204: in IncludeExclude, line 64It might be a firefox thing, but I see my User-Agent string changes to the real one on this request, so I dunno. Quote:Re "Cache-Control: 3 Kill if 3xx Response", there was a reason why i added that, but i can't remember which. Do you remember a situation where not killing it for 304s helped? Hmm... maybe i did it because the counter was always reset to 86400 and i never got a fresh copy... gonna check that. I know why you did it. If you get a 304 to html it will get cached for a day if they don't send back a html Content-Type header, which occurs often with 304's. Been there, done that. Quote:Out of curiousity, what does "hvINM" stand for? header variable If None Match. Not very original. ![]() Quote:When hitting back to http://www.pcworld.com/ from another page i still get this: I'm going to check that out after this post. Quote:Re using the ETag field as a var stored by the browser, how about making an "array" (a la keyword/flag/volat) out of it? The first field would be the original ETag, if present. All others would get a "prx-" prefix and are stripped on the way out while going thru Prox. That way the old ETag stays intact, and we would have a nice spot for future purposes. I never thought of that. That seems like a good idea, hmm... Mike Edit: checked out pcworld, got a couple of images that wouldn't cache. Firefox didn't even send the If-Modified-Since header. curious.... |
|||
|
« Next Oldest | Next Newest »
|
| Messages In This Thread |
|
sidki's config set: 2005-06-09 - sidki3003 - Dec. 15, 2004, 10:50 PM
RE: sidki's config set: 2005-06-09 - ProxRocks - Dec. 16, 2004, 12:01 AM
RE: sidki's config set: 2005-06-09 - sidki3003 - Dec. 17, 2004, 03:07 AM
RE: sidki's config set: 2005-06-09 - z12 - Dec. 17, 2004, 10:14 AM
RE: sidki's config set: 2005-06-09 - Kye-U - Dec. 28, 2004, 11:42 PM
[] - doc_psycho - Jan. 01, 2005, 08:54 AM
[] - doc_psycho - Jan. 01, 2005, 04:57 PM
[] - nolan_vode - Jan. 14, 2005, 07:07 AM
[] - nolan_vode - Jan. 15, 2005, 07:46 AM
[] - nolan_vode - Jan. 16, 2005, 05:57 AM
[] - nolan_vode - Jan. 16, 2005, 07:39 AM
[] - nolan_vode - Jan. 17, 2005, 04:04 AM
[] - nolan_vode - Jan. 18, 2005, 07:48 AM
[] - nolan_vode - Jan. 20, 2005, 06:03 AM
[] - nolan_vode - Jan. 21, 2005, 07:12 AM
[] - nolan_vode - Jan. 22, 2005, 01:35 AM
[] - nolan_vode - Jan. 24, 2005, 06:11 AM
[] - nolan_vode - Feb. 22, 2005, 03:57 AM
[] - nolan_vode - Mar. 03, 2005, 08:28 AM
[] - nolan_vode - Mar. 04, 2005, 07:43 AM
[] - nolan_vode - Mar. 05, 2005, 08:21 AM
[] - shell shaolin - Apr. 18, 2005, 04:33 PM
[] - shell shaolin - Apr. 18, 2005, 10:02 PM
[] - shell shaolin - Apr. 19, 2005, 12:07 AM
[] - shell shaolin - Apr. 21, 2005, 12:59 PM
[] - z12 - May. 09, 2005 10:05 PM
RE: sidki's config set: 2005-06-09 - sidki3003 - Jun. 29, 2005, 05:54 PM
RE: sidki's config set: 2005-06-09 - sidki3003 - Jun. 29, 2005, 06:06 PM
|

Search
Member List
Calendar
Help



The truth is, I'm rather clueless about Keywords & IncludeExclude. I've never used a filter set that had those features, so I need to spend some time reading your documentation and looking at the list to really get a handle on it.

![[-]](images/ONi/collapse.gif)