Hello list, i have ahd a problem with squid caching a specific site for a couple of minutes and i thought i could resolve the problem, but it seems now like that won´t work. Here are some parts of my squid.conf cache_mem 24 MB error_directory /usr/lib/squid/errors/de digest_generation off cache_dir aufs /var/log/cache 50 16 256 access_log stdio:/var/log/squid/access.log cache_log /var/log/squid/cache.log cache_store_log none strip_query_terms off ... refresh_pattern -i ^http://mydomain\.de/vneu/(.*)\.htm$ 5 99% 10 override-lastmod override-expire ignore-reload ignore-private ignore-no-cache refresh_pattern -i ^http://mydomain\.de/plaueler/* 10 99% 10 override-lastmod override-expire ignore-reload ignore-private ignore-no-cache ... I have no idea what i shall do to get squid caching these two sites for a few minutes again and again. Greetings