Toon posts:

[Squid] cache uitzetten

Pagina: 1
Acties:

Verwijderd

Topicstarter
Ik heb een Linux NAT firewall met Squid proxy.

Ik wil squid alleen gebruiken voor content filtering, client blocking en blacklists, maar niet voor het cachen van website materiaal.

Hij moet dus als een soort border manager functioneren, niet als proxy.

kan dit?

Verwijderd

Topicstarter
test sorry

  • intoxicated
  • Registratie: Januari 2001
  • Niet online

intoxicated

Haaaai :w | ALT-S

http://www.squid-cache.org/Doc/FAQ/FAQ-4.html#ss4.20
4.20 Can I make Squid proxy only, without caching anything?

Sure, there are few things you can do.

You can use the no_cache access list to make Squid never cache any response:

acl all src 0/0
no_cache deny all

With Squid-2.4 and later you can use the ``null'' storage module:

cache_dir null /tmp

Note: the directory (e.g., /tmp) must exist so that squid can chdir to it, unless you also use the coredump_dir option.

To configure Squid for the ``null'' storage module, specify it on the configure command line:

./configure --enable-storeio=ufs,null ...

"Anyone who does not agree with me is mentally sick, and should be shot I'm afraid to say."
- Pastor Richards @ VCPR