[SQU] cache_miss problem

From: Rajat <linuxcurry@dont-contact.us>
Date: Wed, 13 Dec 2000 04:01:54 -0800 (PST)

PLEASE I SERIUOSLY NEED HELP .... PLEASE HELP
SOMEBODY!

Hello friends,

i have a weird problem going on ... the caching
functionality of squid is not working .. whenever i go
to any web site from a client m/c with the proxy
configured .. the logs show that the request is
"DIRECT" ... plus the "Cache client List" section from
the cachemgr.cgi program .. shows the following ..

( i have changed the ip's to fake ip's ... my proxy ip
is 192.168.100.15 )

Cache Clients:
Address: 192.198.100.14
Name: 192.198.100.14
    ICP Requests 0
    HTTP Requests 1332
        TCP_HIT 2 0%
        TCP_MISS 1319 99%
        TCP_REFRESH_MISS 7 1%
        TCP_MEM_HIT 4 0%

Address: 192.198.100.12
Name: 192.198.100.12
    ICP Requests 0
    HTTP Requests 1315
        TCP_HIT 1 0%
        TCP_MISS 917 70%
        TCP_REFRESH_HIT 6 0%
        TCP_REFRESH_MISS 8 1%
        TCP_IMS_HIT 382 29%
        TCP_NEGATIVE_HIT 1 0%

Address: 192.198.100.13
Name: 192.198.100.13
    ICP Requests 0
    HTTP Requests 94
        NONE 94 100%

Address: 192.198.100.15
Name: 192.198.100.15
    ICP Requests 0
    HTTP Requests 15
        TCP_MISS 15 100%

TOTALS
ICP : 0 Queries, 0 Hits ( 0%)
HTTP: 2756 Requests, 396 Hits ( 14%)

-----------------------------------------------------

y is there a 100% miss on the 192.168.100.15 ip ...

i have enabled ( un-hashed ) the following parameters
in the squid.conf file :

http_port 8080
cache_mem 32 M
cache_dir /var/spool/squid 100 16 256
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log

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 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl CONNECT method CONNECT

http_access allow manager localhost
http_access allow manager
http_access allow !Safe_ports
http_access allow CONNECT !SSL_ports
http_access allow localhost
http_access allow all

icp_access allow all

miss_access allow all

plus ... the logs pasted above ... atleast r showing
some HIT .. but 24hrs. back .... it was showing 100%
MISS for every request ....

pleaseeeeee ... if anybody can interpret my problem
and help me out ..
any other inputs u would like about this problem i can
do it ...

i have read the manual .. the faq .. the archives .. i
cannot seem to make the head or tail of it ... am a
newbie ...

thnx for all the help in advance

Regards
Rajat

__________________________________________________
Do You Yahoo!?
Yahoo! Shopping - Thousands of Stores. Millions of Products.
http://shopping.yahoo.com/

--
To unsubscribe, see http://www.squid-cache.org/mailing-lists.html
Received on Wed Dec 13 2000 - 05:08:47 MST

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:56:57 MST