Hi everyone, I was wondering why some of visited pages are not being cached (I mean "main" pages, like www.example.com). If I visit 50 pages only 10 will be cached. Below text is from log files: store.log: 1485272001.646 RELEASE -1 FFFFFFFF 04F7FA9EAA7FE3D531A2224F4C7DDE5A 200 1485272011 -1 375007920 text/html -1/222442 GET http://www.wykop.pl/ access.log 1485272001.646 423 10.10.10.136 TCP_MISS/200 223422 GET http://www.wykop.pl/ - DIRECT/185.66.120.38 text/html According to Squid Wiki: "if a RELEASE code was logged with file number FFFFFFFF, the object existed only in memory, and was released from memory." - I understand that requested html file wasn't saved to disk, but why? I'm also posting my squid.conf below. I'd be grateful for your answers! acl manager proto cache_object acl localhost src 127.0.0.1/32 ::1 acl to_localhost dst 127.0.0.0/8 0.0.0.0/32 ::1 acl my_network src 192.168.0.0/24 acl my_phone src 192.168.54.0/24 acl my_net dst 192.168.0.0/24 acl mgr src 10.48.5.0/24 acl new_net src 10.10.10.0/24 acl ex_ft url_regex -i "/etc/squid3/excluded_filetypes.txt" acl ex_do url_regex -i "/etc/squid3/excluded_domains.txt" #doesnt include any of 50 visited pages 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 my_network http_access allow my_phone http_access allow my_net http_access allow mgr http_access allow new_net http_access allow manager localhost http_access deny manager http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access allow localhost http_access allow all http_port 3128 maximum_object_size_in_memory 1024 KB cache_dir ufs /var/spool/squid3 1000 16 256 cache_store_log /var/log/squid3/store.log coredump_dir /var/spool/squid3 cache deny ex_ft cache deny ex_do refresh_pattern ^ftp: 1440 20% 10080 refresh_pattern ^gopher: 1440 0% 1440 refresh_pattern -i (/cgi-bin/|\?) 0 0% 0 refresh_pattern (Release|Packages(.gz)*)$ 0 20% 2880 refresh_pattern . 1000 20% 4320 request_header_access Accept-Encoding deny all -- View this message in context: http://squid-web-proxy-cache.1019090.n4.nabble.com/Not-all-html-objects-are-being-cached-tp4681293.html Sent from the Squid - Users mailing list archive at Nabble.com. _______________________________________________ squid-users mailing list squid-users@xxxxxxxxxxxxxxxxxxxxx http://lists.squid-cache.org/listinfo/squid-users