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

Reply via email to