[squid-users] deny cache of all .asp dynamic pages

From: squid proxy <squidcache7_at_gmail.com>
Date: Sun, 15 Feb 2009 20:13:14 +0100

hi

I have Squid-3.0.PRE5 installed on debian etch and we have problems
with some .asp webpages:
DOUBLE click the Login button, page cannot be found etc.

Howto configure squid.conf to deny cache of all dynamic .asp webpages?

I've added to my squid.conf the following lines:

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

I've found something like:

acl ASP urlpath_regex .asp$
cache deny ASP

as well, but I'm not sure which lines are correct?

should I put both to squid.conf?

greetings
Piotr
Received on Sun Feb 15 2009 - 19:13:21 MST

This archive was generated by hypermail 2.2.0 : Mon Feb 16 2009 - 12:00:02 MST