Squid 2.7 (installed on a Windows box) is causing problems having cached a "server down for maintenance) page for a web service used here. How do you totally disable caching in squid cache?

Cheers!

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

You make and acl for that domain and disable cache for it:

acl nocache dst .domain.dom  
cache deny nocache

Check the syntax anyway.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.