| اشکال در cache squid با سلام. من cache squid نصب کردم ولی کش مقدار bw که مصرف میکنه و داره از مخابرات میکشه بیشتر از مقدار bw هست که user استفاده میکنه . مشکل از چی هست ؟؟؟ config کس هم این هست : لطفا کمک کنید . اگه جایی هم بحث شده link بدین. مقدار bw که به یوزر باید داده بشه هم تو dslamو هم با mikrotikتنظیم کردم . مشکل هم با delay pool حل نمیشه.ورژن squidهم تغییر دادم و لی بازم bw زیادتر از حد مصرف توسط cach داره مصرف میشه . راه چاره چی هست . با تشکر http_port 3128 transparent hierarchy_stoplist cgi-bin ? dll aspx acl QUERY urlpath_regex cgi-bin \? dll aspx cache deny QUERY dead_peer_timeout 10 seconds acl apache rep_header Server ^Apache broken_vary_encoding allow apache cache_mem 128 MB maximum_object_size 8192 KB cache_access_log /usr/local/squid/var/logs/access.log cache_dir ufs /usr/local/squid/var/cache 3000 16 256 allow_underscore on refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern . 0 20% 4320 acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 acl SSL_ports port 443 acl Safe_ports port 80 # http acl Safe_ports port 21 # ftp acl Safe_ports port 443 # https acl Safe_ports port 70 # gopher acl Safe_ports port 210 # wais acl Safe_ports port 1025-65535 # unregistered ports acl Safe_ports port 280 # http-mgmt acl Safe_ports port 488 # gss-http acl Safe_ports port 591 # filemaker acl Safe_ports port 777 # multiling http acl CONNECT method CONNECT http_access allow manager localhost http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access deny CONNECT !SSL_ports acl our_networks src 217.X.X.0/24 acl our_networks src 172.16.10.0/24 http_access allow our_networks http_access allow localhost http_access deny all icp_access allow all cache_mgr mt cache_effective_user nobody visible_hostname cache httpd_accel_no_pmtu_disc on logfile_rotate 1 coredump_dir /usr/local/squid/var/cache ie_refresh on cache_dns_program /usr/local/squid/libexec/dnsserver dns_children 10 positive_dns_ttl 12 hours acl post method POST icp_access deny post |