Hi, I'm trying to use Squid v2.1 as a proxy only, thus no caching at all. I tried configuring squid to do so but I still see that it saves files in the cache_dir, although it shouldn't need that dir. Has anybody any idea what I did wrong? Please email back to me as well. as I'm not yet on the list. Franky Here's my config file squid.conf: acl CONNECT method CONNECT acl SSL_ports port 443 563 acl Safe_ports port 80 21 443 563 70 210 1025-65535 acl all src 0.0.0.0/0.0.0.0 acl dontcache dst 0.0.0.0/0.0.0.0 acl localhost src 127.0.0.1/255.255.255.255 acl manager proto cache_object cache_access_log /opt/squid/logs/access.log cache_dir /tmp/cache 100 16 256 cache_dns_program /opt/squid/bin/dnsserver cache_effective_group squid cache_effective_user squid cache_log /opt/squid/logs/cache.log cache_mem 8 MB cache_mgr [EMAIL PROTECTED] cache_peer_domain .pandora.be cache_store_log /opt/squid/logs/store.log cachemgr_passwd none all client_db off client_lifetime 1 day connect_timeout 120 seconds debug_options ALL,1 dns_children 32 dns_nameservers 195.130.132.17 195.130.132.18 dns_testnames internic.net nlanr.net pandora.be dns.be forwarded_for on http_access allow all http_access allow manager localhost http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access deny manager http_port 8080 icp_port 0 ident_lookup off log_fqdn off logfile_rotate 2 max_open_disk_fds 8192 maximum_object_size 1 KB miss_access allow all no_cache deny dontcache pconn_timeout 120 seconds pinger_program /opt/squid/bin/pinger read_timeout 15 minutes redirect_children 20 redirect_program /opt/squid/bin/jesred request_timeout 60 seconds shutdown_lifetime 30 seconds store_avg_object_size 13 KB unlinkd_program /opt/squid/bin/unlinkd
