hi
I have Squid Version 3.0 PRE5 installed on debian etch.
Howto exclude an URL from caching at squid.conf ?
btw. if I allow direct do I need exclude from caching as well ?
Printable View
hi
I have Squid Version 3.0 PRE5 installed on debian etch.
Howto exclude an URL from caching at squid.conf ?
btw. if I allow direct do I need exclude from caching as well ?
I've added in squid.conf the following entries:
and hope is OK.Code:acl url dstdomain .mydomain.com
always_direct allow url
cache deny url
knows somone, is it:
orCode:no_cache deny myurl
at the config from squid 3 correct ?Code:cache deny myurl
cache deny myurl is correct, but I have an other question.
Knows someone if I usefor an URL in /etc/squid/squid.conf, do I need also an additional entryCode:allow direct
to exclude from the proxy caching?Code:cache deny