Results 1 to 1 of 1
user@computer:/etc/squid3$ sudo aptitude show squid3
Package: squid3
State: installed
Automatically installed: no
Version: 3.1.19-1ubuntu3.12.04.1
I want no caching just proxy filtering from dansgaurding and squidguard. I did I web search ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-08-2012 #1Linux Newbie
- Join Date
- Jan 2010
- Location
- usa
- Posts
- 136
How Can I make Squid proxy only, without caching anything?
user@computer:/etc/squid3$ sudo aptitude show squid3
Package: squid3
State: installed
Automatically installed: no
Version: 3.1.19-1ubuntu3.12.04.1
I want no caching just proxy filtering from dansgaurding and squidguard. I did I web search and got much info need help sorting it out.
found
#no local caching
maximum_object_size 0 KB
minimum_object_size 0 KB
# specify uncachable requests
acl all src 0.0.0.0/0.0.0.0
no_cache deny all
# avoid having a cache directory
cache_dir null /tmp
or
cache_dir null /null
from http://www.linuxquestions.org/questi...aching-700763/
http://wiki.squid-cache.org/SquidFaq...ng_anything.3F
and also found
cache deny all
http://wiki.squid-cache.org/SquidFaq...ng_anything.3F
http://serverfault.com/questions/356...nd-just-filter
I do not know which of these to use and I also do not know where to put them in my squid.conf file


Reply With Quote
