> I'm using squid for a short time and it works fine, but I have a little
> problem storing servlets url in the cache.
>
> Squid doesn't cache http://localhost:3128/servlet?Name=SQUID URL, but if
> the URL is http://localhost:3128/servlet squid stores it.
>
> I tried to cache the URL http://localhost:3128/servlet? (Without
> arguments) but squid doesn't store the object.
>
> Is it possible to configure squid to cache this?
Do you have this in your conf?
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
JD