Hi all.
Some quick question about icap result caching in squid.
Does the returned Expires header control how long squid will cache the result
(for both a req and resp mod)?
Are the values that are cached keyed to the queried URL or is it cached per
user / url?
thanks
Darren B.
This em
On 30/11/19 4:49 am, Romanov Vonamor wrote:
> Hello.
>
> I'm trying to configure Squid 4.9 in such a way that it does not perform
> a reverse IP lookup of the client at approximately every HTTP request.
> The PTR lookup happens immediately after the connection, before the HTTP
> request is even p
Hello. I'm trying to configure Squid 4.9 in such a way that it does not perform a reverse IP lookup of the client at approximately every HTTP request.The PTR lookup happens immediately after the connection, before the HTTP request is even parsed.Any insight would be greatly appreciated. Romanov ---
Thank you Alex, this works fine!
Robert
Am Donnerstag, den 28.11.2019, 18:55 -0500 schrieb Alex Rousskov:
> On 11/28/19 4:34 PM, Robert Senger wrote:
>
> > a couple of week ago I've separated a rather complex squid
> > installation
> > into two instances running on the same machine.
> >
> > Th