|
|
|
| |
|
|
You are here: Main » CensorNet » KnowledgeBase » NoCacheOption » Disable the CensorNet cache (squid)
Synopsis: You would like to disable the on-disk CensorNet web cache
You can do this by logging onto the CensorNet server root, and typing:
nano /etc/squid/squid.confThen scroll down to the line that begins cache_dir directive and place a # in front of the line to comment it out, e.g. #cache_dir ....Save and exit the editor by using CTRL+X then Y followed by Enter. You should then restart the squid process:- /etc/init.d/squid restartPlease note: If you later use the System -> Configuration -> Proxy Cache Sizes option the on disk cache will be re-enabled and you will need to repeat this procedure. -- TimLloyd - 03 Sep 2009 |