I am administrating a network for a group of programmers developing a web spider.
We want to setup a squid cache so to be nicer to all those servers in the web. (And also so that our tests run faster).
The configuration we need is very easy: Cache everything for 30 minutes, no matter what (ignore last modified, e-tag, etc).
How do we do that?