bfwcache.png BFW Cache 1.0 Automatic caching system for dynamic domains. Sistema de cache automático de domínios dinâmicos. Extension by: Bruno Vescovi
Version: 1.0
Original site: http://sourceforge.net/projects/squidrewrite/files/Thunder%203.1/ Add-On Index BFW Cache 32 bits: http://www.brazilfw.com.br/forum/viewtopic.php?f=58&t=80719#p271387

Description: Automatic caching system for dynamic domains supported by the system. The domains and specific extensions to be cached are defined by compiled plugins and by its proper reference in proxy settings.
The system has a record of files cached in a MySQL database, from which follow-up report is made available by the BFW Webadmin.

Change-log: Adaptations to the source to the new nomenclature BFW Cache and verification context. Compilation of the system in BFW 3.0.252 32-bit. Adaptations in BFW Cache settings. Changes in the database. Scripting to manipulate the system. Package creation for BFW. Creation of the processing control system. Creation of simple cache cleanup system. Compilation of the system in BFW 3.0.253 64 bits.
Extensão por: Bruno Vescovi
Versão: 1.0
Site Original: http://sourceforge.net/projects/squidrewrite/files/Thunder%203.1/ Add-On Index BFW Cache 32 bits: http://www.brazilfw.com.br/forum/viewtopic.php?f=58&t=80719#p271387

Descrição: Sistema automático de cache dinâmico dos domínios suportados pelo sistema. Os domínios e extensões específicas a serem cacheados são definidos por plugins compilados e pela sua devida referência nas configurações do proxy.
O sistema conta com registro dos arquivos em cache dentro de banco de dados Mysql, de onde é feito relatório de acompanhamento, disponível pelo Webadmin do BFW.

Modificações: Adaptações no código fonte para a nova nomenclatura BFW Cache e verificação de contexto. Compilação do sistema em BFW 3.0.252 32 bits. Adaptações nas confugurações do BFW Cache. Alterações no banco de dados. Criação de script de manipulação do sistema. Criação do pacote para BFW. Criação do sistema de controle de processamento. Criação do sistema de limpeza de cache simples. Compilação do sistema em BFW 3.0.253 64 bits.
for services in /etc/init.d/009-bfwcache; do ./$services start >/dev/null 2>&1 service=$(basename $services | cut -f2 -d"-") services=$(basename $services) [ -n "$service" -a "$service" != "$services" ] && ln -sf $services /etc/init.d/$service >/dev/null 2>&1 done /etc/init.d/bfwcache stop >/dev/null 2>&1 rm -rf /etc/init.d/bfwcache >/dev/null 2>&1