Hello,
My problem:
I set variable "maximum_object_size" to 12000. It should write to
cache all files taht are not bigget than 12000. Indeed it writes.
When 2MB file is downloaded, than I can click again in this same link
and this file come to me from buffer in less than a second ( for sure
its not chached by the browser ).
BUT...
when I coles browser (or open other browser or try this opperation
from other node in the LAN) then file won't come to me from buffer.
WHY? Can anyone help me to reslove that problem?
Below is my squid.conf
-------------------------------------------------------------------
http_port 8080
icp_port 0
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 64 MB
cache_dir ufs /cache 200 16 256
redirect_rewrites_host_header off
#replacement_policy GDSF
acl localnet src 192.168.1.0/255.255.255.0
acl localhost src 127.0.0.1/255.255.255.255
acl Safe_ports port 80 443 210 119 70 21 1025-65535
acl CONNECT method CONNECT
acl all src 0.0.0.0/0.0.0.0
http_access allow localnet
http_access allow localhost
http_access deny !Safe_ports
http_access deny CONNECT
http_access deny all
maximum_object_size 12000 KB
cache_mgr twoj@email
cache_effective_user squid
cache_effective_group squid
log_icp_queries off
cachemgr_passwd tajnehaselko all
buffered_logs on
#EOT
-- Best regards, mailto:czesn@gazeta.pl ------------ R E K L A M A ------------ PITY 2002 - okres rozliczen trwa! Wystarczy Ci program Jupiter 2002 Premium i po klopocie - nawet skomplikowana deklaracje przygotujesz w kwadrans. Przekonaj sie sam i zamow: http://pity.elfin.pl/premium/ e-mail: pity@elfin.pl. Najpopularniejszy program do rozliczen podatkowych na rynku (od 2001 roku ponad 1.000.000 kopii). Copyright Elfin Sp. z o.o.Received on Thu Apr 10 2003 - 22:42:55 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:14:56 MST