Hi all,
Through learning from squid mailing lists, I found a method to cache jsp?
file. e.g.
refresh_pattern .jsp 5 20% 20
In this way, squid can cache .jsp?xxxx in the memory. For the second time I
request that url, the access.log shows TCP_HIT.
Then, i think it's obviously that squid can cache asp files only if I
replaced jsp with asp. But after i add "refresh_pattern .asp 5 20% 20",
squid can not cache asp?xxx=1 files!
I analysized jsp and asp file's http headers, found that in jsp http header
there is no cache-control field, but in asp http header the cache-control
is "private". Is this the key of problem?
If that true, what should I do next?
Thanks in advance
benny
Received on Thu Aug 16 2001 - 04:36:41 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:01:41 MST