> Hi all, > > I'm trying to configure Squid to run on machines with no writable > permanent storage (just a ramdisk) and little memory. I've > allocated a > 4Mb ramdisk for the Squid cache. Ideally I would like to disable disk > caching entirely and have Squid only use RAM, but I haven't > figured out > how to do that yet. >... http://www.squid-cache.org/Doc/FAQ/FAQ-4.html#ss4.20
If you wan't to keep mem. caching ; then do NOT use
acl all src 0/0
no_cache deny all
M.
