[squid-users] squid proxy-only configuration

From: Farzad Fallah <farzad_at_fallah.us>
Date: Thu, 18 Jun 2009 14:52:17 +0430

Hi,
I am running a proxy-only squid 3.0 Stable 8 ( no caching ) , but after sometime squid memory usage starts to increase. why should it consume memory if it is not caching anything ? is there anything wrong with my config ?

acl manager proto cache_object
hierarchy_stoplist cgi-bin ?
icp_port 0
http_port 192.168.10.1:3128 transparent

cache_dir null /tmp
cache deny all

coredump_dir /var/spool/squid3

access_log /var/log/squid3/access.log squid

dns_nameservers 127.0.0.1 4.2.2.4 192.9.9.3

acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY

client_db off

half_closed_clients off

acl localhost src 192.168.10.0/255.255.255.0

acl CONNECT method CONNECT

http_access allow localhost
http_access allow CONNECT
http_access deny all

Regards
Received on Thu Jun 18 2009 - 10:22:37 MDT

This archive was generated by hypermail 2.2.0 : Thu Jun 18 2009 - 12:00:04 MDT