Re: [squid-users] squid 3.0 won't cache

From: Amos Jeffries <squid3@dont-contact.us>
Date: Thu, 03 May 2007 23:52:54 +1200

robert@e-adnet.ro wrote:
> hello i have a problem not caching (storing) anything
> here is my squid.conf:
>
> http_port 86.104.87.228:8080 accel vhost vport=80
> hierarchy_stoplist cgi-bin ?
>
> acl QUERY urlpath_regex cgi-bin \?
> acl flash urlpath_regex -i \*.swf
> no_cache deny QUERY
> log_fqdn off
> request_header_max_size 20 KB
> redirect_rewrites_host_header off
> maximum_object_size 50 MB
> cache_dir ufs /depo/cache 355555 32 215
> cache_access_log /var/log/squid/access.log squid
> cache_log /var/log/squid/cache.log
> cache_store_log /var/log/squid/store.log
> cache_effective_user squid
> cache_effective_group squid
> .... the acl's work ....
> always_direct allow clients
> http_access allow all clients
> http_access allow manager localhost
> http_access deny manager
>
> http_access deny !Safe_ports
> http_access deny CONNECT !SSL_ports
> http_access deny all
> visible_hostname xxx.x.xx.x
>
> anybody had this problem ?
> 10x
>

2 questions:
What permissions are set on the /depo/cache directory?
what do cache.log and store.log contain?

Amos
Received on Thu May 03 2007 - 05:53:00 MDT

This archive was generated by hypermail pre-2.1.9 : Fri Jun 01 2007 - 12:00:04 MDT