In message <Pine.LNX.3.96.981020220256.20349A-100000@boracay.surfshop.net.ph>
"Benjamin de los Angeles Jr." <bench@boracay.surfshop.net.ph> wrote:
> Why do I still get a TCP_IMS_HIT when I have my domain already setup in
> the hierarchy stop_list, i.e.
>
> hierarchy_stoplist cgi-bin surfshop.net.ph ?
"hierarchy_stoplist" doesn't stop squid from caching of objects, it
prevents squid from fetching via parents.
(Hmmm - "hierarchy_stoplist" seems to be obsoleted by "never_direct")
If you use squid>=1.2 you should take something like this:
acl localdomain dstdomain surfshop.net
no_cache deny localdomain
(And if you use 2.0:
* kill squid
* wait until it's completly dead
* maybe remove your swap.logs (I do!) and then
* restart squid.)
Oh, there's an entry in the FAQ:
http://squid.nlanr.net/Squid/FAQ/FAQ-7.html#ss7.8
But there's a bug in this section: "acl ... src" must be wrong!
^^^
Bye,
Thilo.
-- Mir ist mein Signature entlaufen :-(. Wer es findet, sende es bitte an Thilo.Manske@HEH.Uni-Oldenburg.DE zurück. Danke!Received on Tue Oct 20 1998 - 08:29:53 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:42:35 MST