Results 1 to 4 of 4
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 ...
- 01-29-2009 #1Linux Newbie
- Join Date
- Jun 2004
- Posts
- 120
squid 3 -> exclude URL from caching
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 ?
- 01-31-2009 #2Linux Newbie
- Join Date
- Jun 2004
- Posts
- 120
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
- 02-09-2009 #3Linux Newbie
- Join Date
- Jun 2004
- Posts
- 120
knows somone, is it:
orCode:no_cache deny myurl
at the config from squid 3 correct ?Code:cache deny myurl
- 06-17-2009 #4Linux Newbie
- Join Date
- Jun 2004
- Posts
- 120
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


Reply With Quote
