PDA

View Full Version : proxy squid 3 forum


cccc
10th February 2009, 03:03
hi

I have Squid 3.0 PRE5 installed on linux.
Howto exclude an URL from caching at squid.conf ?

cccc
13th February 2009, 00:38
perhaps:
acl url dstdomain .domain.net
always_direct allow url
cache deny url

btw. if I allow direct do I need exclude from caching as well?