[squid-users] not caching

From: Sean <sean@dont-contact.us>
Date: Wed, 25 Apr 2007 15:23:24 -0400

Hey guys
For some reason my config is not caching. I am getting the following
message.

1177518263.726 RELEASE -1 FFFFFFFF 5A54391E3202EE7A1230C54E386F75B6
200 1177514663 1177514663 1177518263 application/cache-digest 165/165
GET http://void.dsl.pltn13.pacbell.net/squid-internal-periodic/
store_digest
1177521863.738 RELEASE -1 FFFFFFFF B1A84226ADCDD449EA0FD004A57BF295
200 1177518263 1177518263 1177521863 application/cache-digest 165/165
GET http://void.dsl.pltn13.pacbell.net/squid-internal-periodic/
store_digest
1177525463.750 RELEASE -1 FFFFFFFF CFDA9E861E9FEE23842D5A2017ECE179
200 1177521863 1177521863 1177525463 application/cache-digest 165/165
GET http://void.dsl.pltn13.pacbell.net/squid-internal-periodic/
store_digest

No cache hits or memhits. Here is my config. Any advice would be great.

debug_options ALL,1
cache_mem 64 MB

http_port 206.223.148.47:80 transparent vhost defaultsite=rupture.com
cache_peer 127.0.0.1 parent 80 3130 originserver
# Minimum setup
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

# Allow access to the web ports
acl web_ports port 80
http_access allow web_ports

# Only allow cachemgr access from localhost
http_access allow manager localhost
http_access deny manager

# Allow purge
acl purge method PURGE
http_access allow purge localhost
http_access deny purge

# And finally deny all other access to this proxy
http_access deny all
Received on Wed Apr 25 2007 - 13:23:43 MDT

This archive was generated by hypermail pre-2.1.9 : Tue May 01 2007 - 12:00:01 MDT