| configure squid to deny caching of .asp webpages
|
cccc

msg:3851801 | 8:45 pm on Feb 17, 2009 (gmt 0) | hi knows someone, howto configure squid proxy to deny caching of .asp webpages? we have squid Version 2.6.STABLE5 installed on linux.
|
adriman

msg:3853925 | 1:31 pm on Feb 20, 2009 (gmt 0) | Hi, try to add this line to squid.conf hierarchy_stoplist \.asp ? acl QUERY urlpath_regex \.asp \? cache deny QUERY
|
|
|