Created attachment 116 [details] lfs file for squid The option to enable cache-digests is missing. Attached is a LFS-File for squid with enabled cache-digests. File-Path: ipfire-2.x / lfs / squid
In what way is this missing? What are the advantages/disadvantages?
In Multi-Squid environments it allows to exchange cache-digests between squid-peers. The disadvantage is an automatic generation of cache-digests every 10minutes which are hold in memory, that are only some KByte. On small memory servers this could be a disadvantage. You can disable this behaviour with digest_generation off in squid.conf This should be taken into the default squid.conf user-includefile to let the user decide to enable it on demand. More information about the cache-digests is found here: http://wiki.squid-cache.org/SquidFaq/CacheDigests There has already been a discussion on forum for this: http://forum.ipfire.org/index.php?topic=7354.0
Yeah, I can live with that if we compile in the code and disable it by default in the configuration. People who need it can switch it on. Could you please provide a patch that enables the compile option and alters the configuration file? The best option would be to have a check box in the web user interface.
Created attachment 117 [details] proxy.cgi and languages de&en configured
Created attachment 118 [details] file: lfs/squid
Created attachment 119 [details] proxy.cgi please adjust foldernames of patch
Created attachment 120 [details] de.pl please adjust foldernames of patch
Created attachment 121 [details] en.pl please adjust foldernames of patch
patched some files, please try.
http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff;h=6bea848d3476dd042d0a4f0f9eca63f7773e503c Merged. Please review the commit and report any problems. This will probably be shipped with core update 67 which is not scheduled, yet.