-
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
-
Re: How Can I make Squid proxy only, without caching anything?
Hello.
I'm not really sure where you want to go, because caching is needed for Dansguardian to process the content for filtering. In my experience, I didn't see at this day Squid & Dansguardian without caching working.
You must check the Dansguardian documentation instead.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks