I have set a proxy server on my network. I only want to filter the web traffic. So, I have Squid as a proxy and Qlproxy as the filter : http://www.quintolabs.com/qlicap_info.php

My server have only about 640MB of RAM... So, Squid cache frequently. So, need to disable caching!

How can I disable caching and let Squid forward everything to the filter without touching them?

Thanks...

PS : Im using Squid3! Is there an alternative to web filtering?

link|improve this question

feedback

2 Answers

up vote 6 down vote accepted

You can set cache deny all in your squid.conf to disable caching for everyone using the proxy.

link|improve this answer
That will prevent everyone from surfing the web no.... It will deny access! – EApubs Feb 2 at 11:56
No, it denys caching of objects and retrieval of objects from the cache. squid-cache.org/Versions/v3/3.HEAD/cfgman/cache.html – Iain Feb 2 at 12:11
I also have a problem like this... while downloading big apps... The download speed drops to 0kbps and then it come again when i pause and restart it! Is it possible to let it skip big files? – EApubs Feb 2 at 12:21
Thanks bro... it looks like the issue is solved :D But im not sure about the speed drop.... Need to wait and see... Have any idea about it? – EApubs Feb 2 at 13:25
feedback

Please consult this

Can I make Squid proxy only, without caching anything?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.