ClearFoundation Tracker - ClearOS
View Issue Details
0001277ClearOSapp-web-proxy - Web Proxypublic2013-08-12 16:512019-09-24 02:57
dloper 
 
nonefeaturehave not tried
closedduplicate 
 
 
0001277: Add no_cache option to proxy server.
Add the ability to not use the cache for situations where ISP speed outstrips data write speeds to disk.

http://www.clearcenter.com/support/documentation/clearos_guides/optimizing_performance_for_proxy_and_content_filter#cacheless [^]

This should be a simple add with a checkbox to disable the cache. Doing so will add the following line:

no_cache deny all

to squid.conf here:
# Uncomment and adjust the following to add a disk cache directory.
cache_dir ufs /var/spool/squid 10240 16 256
no_cache deny all
No tags attached.
Issue History
2013-08-12 16:51dloperNew Issue
2013-08-13 03:47user2Statusnew => confirmed
2014-04-22 13:28user2Target Version6 Future => Future
2015-05-25 05:10user2Target VersionFuture =>
2019-09-24 02:57NickHNote Added: 0012351
2019-09-24 02:57NickHStatusconfirmed => closed
2019-09-24 02:57NickHResolutionopen => duplicate

Notes
(0012351)
NickH   
2019-09-24 02:57   
Duplicate of https://gitlab.com/clearos/clearfoundation/app-web-proxy/issues/5 [^]