SQUID nao esta fazendo cache de arquivos baixados

1. SQUID nao esta fazendo cache de arquivos baixados

Marcel
marcelll0

(usa Slackware)

Enviado em 07/11/2013 - 12:16h

Boa tarde pessoALL

Estou precisando de uma ajudinha...

Meu squid.conf

#======= I N I C I O ==========

# WELCOME TO SQUID 3.3.8
# ----------------------------
#

http_port 10.0.0.1:3128 transparent

visible_hostname servidor

######## INICIO DO CACHE #######

cache_mem 512 MB
maximum_object_size_in_memory 64 KB
minimum_object_size 0 KB
maximum_object_size 512 MB
cache_dir ufs /var/log/squid/logs/cache 102400 16 256
access_log /var/log/squid/logs/access.log squid
cache_log /var/log/squid/logs/cache.log
cache_store_log /var/log/squid/logs/store.log

cache_swap_low 90
cache_swap_high 95

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320

# CAHCE DO WINDOWS UPDATE
refresh_pattern windowsupdate.com/.*\.(cab|exe|dll|msi) 10080 100% 43200 reload-into-ims
refresh_pattern download.microsoft.com/.*\.(cab|exe|dll|msi) 10080 100% 43200 reload-into-ims
refresh_pattern update.microsoft.com/.*\.(cab|exe|dll|msi) 10080 100% 43200 reload-into-ims
refresh_pattern www.microsoft.com/.*\.(cab|exe|dll|msi) 10080 100% 43200 reload-into-ims
refresh_pattern au.download.windowsupdate.com/.*\.(cab|exe|dll|msi) 10080 100% 43200 reload-into-ims

####### FIM DO CACHE ######

acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT

acl blokeia url_regex -i "/usr/local/squid/etc/blokeia.txt"
acl desblokeia url_regex -i "/usr/local/squid/etc/desblokeia.txt"

acl rede_certa src 10.0.0.15
acl rede_errada src 10.0.0.100
acl download urlpath_regex -i "/usr/local/squid/etc/download"

pid_filename /var/log/squid/squid.pid

client_netmask 255.255.255.0

#Recommended minimum configuration:

http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow localhost manager
http_access deny manager

# REGRAS DE ACESSO

http_access allow rede_certa

http_access deny blokeia !desblokeia

http_access allow rede_errada !download

http_access deny all

htcp_access deny all

cache_effective_user squid
cache_effective_group squid

error_directory /usr/local/squid/share/errors/pt-br/

coredump_dir /var/log/squid/logs/cache

#====== F I M ========

Nesta versão 3.3.8, nao estou conseguindo fazer cache dos arquivos baixados, na versão 3.1.14 e 3.0 STABLE 26, funciona redondinho.

Não sei onde estou errando.

Agradeço qualquer ajuda.

Grato
Marcel


  


2. Re: SQUID nao esta fazendo cache de arquivos baixados

Marcel
marcelll0

(usa Slackware)

Enviado em 08/11/2013 - 10:30h

da ajuda ai pessoal

grato


3. Re: SQUID nao esta fazendo cache de arquivos baixados

Perfil removido
removido

(usa Nenhuma)

Enviado em 08/11/2013 - 11:10h

marcelll0 escreveu:

######## INICIO DO CACHE #######

# CAHCE DO WINDOWS UPDATE
refresh_pattern windowsupdate.com/.*\.(cab|exe|dll|msi) 10080 100% 43200 reload-into-ims
refresh_pattern download.microsoft.com/.*\.(cab|exe|dll|msi) 10080 100% 43200 reload-into-ims
refresh_pattern update.microsoft.com/.*\.(cab|exe|dll|msi) 10080 100% 43200 reload-into-ims
refresh_pattern www.microsoft.com/.*\.(cab|exe|dll|msi) 10080 100% 43200 reload-into-ims
refresh_pattern au.download.windowsupdate.com/.*\.(cab|exe|dll|msi) 10080 100% 43200 reload-into-ims

####### FIM DO CACHE ######


Nas linhas acima já tentou, por exemplo retirando a contra-barra, como mostro abaixo.


refresh_pattern windowsupdate.com/.*.(cab|exe|dll|msi) 10080 100% 43200 reload-into-ims
refresh_pattern download.microsoft.com/.*.(cab|exe|dll|msi) 10080 100% 43200 reload-into-ims
refresh_pattern update.microsoft.com/.*.(cab|exe|dll|msi) 10080 100% 43200 reload-into-ims
refresh_pattern www.microsoft.com/.*.(cab|exe|dll|msi) 10080 100% 43200 reload-into-ims
refresh_pattern au.download.windowsupdate.com/.*.(cab|exe|dll|msi) 10080 100% 43200 reload-into-ims





4. Re: SQUID nao esta fazendo cache de arquivos baixados

Marcel
marcelll0

(usa Slackware)

Enviado em 08/11/2013 - 13:15h

falai eabreu boa tarde

do jeito que vc disse funcionou perfeitamente...

mas cache de qualquer download nao esta funcionando ainda...se vc puder ver se fiz algo errado nas linhas abaixo

cache_mem 512 MB
maximum_object_size_in_memory 64 KB
minimum_object_size 0 KB
maximum_object_size 512 MB
cache_dir ufs /var/log/squid/logs/cache 102400 16 256
access_log /var/log/squid/logs/access.log squid
cache_log /var/log/squid/logs/cache.log
cache_store_log /var/log/squid/logs/store.log

cache_swap_low 90
cache_swap_high 95

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320

fiko grato... vlw


5. Re: SQUID nao esta fazendo cache de arquivos baixados

Pedro
px

(usa Debian)

Enviado em 08/11/2013 - 17:15h

marcelll0 escreveu:

falai eabreu boa tarde

do jeito que vc disse funcionou perfeitamente...

mas cache de qualquer download nao esta funcionando ainda...se vc puder ver se fiz algo errado nas linhas abaixo

cache_mem 512 MB
maximum_object_size_in_memory 64 KB
minimum_object_size 0 KB
maximum_object_size 512 MB
cache_dir ufs /var/log/squid/logs/cache 102400 16 256
access_log /var/log/squid/logs/access.log squid
cache_log /var/log/squid/logs/cache.log
cache_store_log /var/log/squid/logs/store.log

cache_swap_low 90
cache_swap_high 95

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320

fiko grato... vlw


Qual o tamanho do hd?

essa linha aqui ta meio gigante quer baixar a internet inteira? KKK

cache_dir ufs /var/log/squid/logs/cache 102400 16 256


Tem 102GB ali em...

Qual a versão do seu squid? esses diretórios são de squid 2 em!



6. Re: SQUID nao esta fazendo cache de arquivos baixados

Perfil removido
removido

(usa Nenhuma)

Enviado em 08/11/2013 - 17:49h

marcelll0 escreveu:

falai eabreu boa tarde

do jeito que vc disse funcionou perfeitamente...

mas cache de qualquer download nao esta funcionando ainda...se vc puder ver se fiz algo errado nas linhas abaixo

cache_mem 512 MB
maximum_object_size_in_memory 64 KB
minimum_object_size 0 KB
maximum_object_size 512 MB
cache_dir ufs /var/log/squid/logs/cache 102400 16 256
access_log /var/log/squid/logs/access.log squid
cache_log /var/log/squid/logs/cache.log
cache_store_log /var/log/squid/logs/store.log

cache_swap_low 90
cache_swap_high 95

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320

fiko grato... vlw


Já que quer baixar de outros sites pode adicionar usando extensões, por exemplo:


refresh_pattern -i \.(mp3|mp4|m4a|exe|avi|wmv|flv|rar|zip|)$ 10080 90% 999999 ignore-no-cache override-expire ignore-private


retorna ai.


7. Re: SQUID nao esta fazendo cache de arquivos baixados

Buckminster
Buckminster

(usa Debian)

Enviado em 08/11/2013 - 18:52h

Primeiramente muda essa linha

http_port 10.0.0.1:3128 transparent

para

http_port 10.0.0.1:3128 intercept

O proxy transparente no Squid a partir da versão 3.1 é intercept. Com transparent ele até funciona, mas não sei até quando.

Em relação ao cache vou dar uma olhada com calma.

Até lá, vá lendo isso:

http://wiki.squid-cache.org/SquidFaq/WindowsUpdate



8. Re: SQUID nao esta fazendo cache de arquivos baixados

Marcel
marcelll0

(usa Slackware)

Enviado em 09/11/2013 - 14:52h

boa tarde galera....

mtu obrigado pela ajuda de vcs todos....

segundona volto a trampa e vo testa cada resposta dada aki...

qualquer duvida retorno....

Mtu obrigado mesmo!!!






Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts