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