On Sunday 26 January 2003 09.29, ���� ������� wrote: > I don't want certain objects to be cached (even if were previously > cached!) so I tried two combinations of "no_cache" > > 1) acl QUERY urlpath_regex cgi-bin \? > acl DrWeb urlpath_regex drweb > no_cache deny QUERY > no_cache deny DrWeb
This one is correct use of no_cache for denying multiple difference things from beeing cached. But your definition of DrWeb looks odd.. see the acl type descriptions in squid.conf.default. I do not think urlpath_regex is what you want there.. (the URLs you posted did not have drweb in their URL paths..) Regards Henrik
