Forum Moderators: bakedjake

Message Too Old, No Replies

configure squid to deny caching of .asp webpages

         

cccc

8:45 pm on Feb 17, 2009 (gmt 0)

10+ Year Member



hi

knows someone, howto configure squid proxy to deny caching of .asp webpages?
we have squid Version 2.6.STABLE5 installed on linux.

adriman

1:31 pm on Feb 20, 2009 (gmt 0)

10+ Year Member



Hi, try to add this line to squid.conf

hierarchy_stoplist \.asp ?
acl QUERY urlpath_regex \.asp \?
cache deny QUERY