Eliezer Croitoru wrote:
On 07/04/2011 11:52, Linda Walsh wrote:
Amos Jeffries wrote:
Marked explicitly as "private" - aka cannot be cached by any
middleware proxy (such as Squid) which may send it to other users.
May be cached by a personal cache such as the browser storage.
---
But I don't have to log in.
More importantly, wouldn't setting the 'ignore-private' in the refresh
pattern override that?
after adding :
refresh_pattern -i ^http://www\.lsi\.com/.*AssetMgr\.aspx\?asset.* 4320
70% 10080 override-expire override-lastmod reload-into-ims ignore-reload
ignore-no-store ignore-private
Um....quoting from my original note, I have (all on 1 line, no '\'):
refresh_pattern . 0 20% 4320 ignore-no-store \
ignore-no-cache ignore-private ignore-auth override-expire \
reload-into-ims
Is this what you are referring to by:
you can use the squid config directive
http://www.squid-cache.org/Doc/config/refresh_pattern/
Is there something wrong with the refresh pattern I have?
I don't understand what you are trying to get me to correct or
trying to get me to read at the above URL.