Problemas Squid

1. Problemas Squid

Rafael
rafisrodrigo

(usa Ubuntu)

Enviado em 17/07/2014 - 16:23h


rafisrodrigo
(usa Ubuntu)

Boa Tarde

Estou com o seguinte problema tenho que configurar um proxy para controlar o acesso e trafego da rede que esta configurado assim

eth0 Link encap:Ethernet Endereço de HW 48:5b:39:d4:4d:b8
inet end.: 192.168.0.10 Bcast:192.168.0.255 Masc:255.255.255.0
endereço inet6: fe80::4a5b:39ff:fed4:4db8/64 Escopo:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Métrica:1
pacotes RX:19673 erros:0 descartados:0 excesso:0 quadro:0
Pacotes TX:17621 erros:0 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:1000
RX bytes:18777032 (18.7 MB) TX bytes:2554034 (2.5 MB)

eth1 Link encap:Ethernet Endereço de HW 00:83:08:02:57:ec
inet end.: 10.1.1.253 Bcast:10.1.1.255 Masc:255.255.255.0
endereço inet6: fe80::283:8ff:fe02:57ec/64 Escopo:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Métrica:1
pacotes RX:5040 erros:0 descartados:4 excesso:0 quadro:0
Pacotes TX:180 erros:0 descartados:0 excesso:0 portadora:0
colisões:0 txqueuelen:1000
RX bytes:385298 (385.2 KB) TX bytes:35153 (35.1 KB)


Onde a eth0 e meu modem e a Eth1 minha rede local e quando tendo rodar o squid ele da o seguinte erro
2014/07/17 16:14:14| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '10.1.1.1/24'
WARNING: Cannot write log file: /var/log/squid3/cache.log
/var/log/squid3/cache.log: Permission denied
messages will be sent to 'stderr'.
squid: ERROR: Could not send signal 1 to process 1118: (1) Operation not permitted




  


2. Re: Problemas Squid

Estefanio Brunhara
stefaniobrunhara

(usa CentOS)

Enviado em 17/07/2014 - 17:11h

veja o erro!

WARNING: Cannot write log file: /var/log/squid3/cache.log
/var/log/squid3/cache.log: Permission denied

você não tem permissão para escrever no arquivos /var/log/squid3/cache.log

Tente acertar o usuário assim:

chown squid. /var/log/squid3/cache.log

ou

chmod 664 /var/log/squid3/cache.log





3. Re: Problemas Squid

Wagner Luiz Costa Serrador
wagner7br

(usa Suse)

Enviado em 17/07/2014 - 23:46h

boa resposta...

posta ai se deu certo para deixar o post mais rico


4. Erro

Rafael
rafisrodrigo

(usa Ubuntu)

Enviado em 18/07/2014 - 15:56h

O erro de permissão deu certo, agora só esta dando erro na maskara de rede conforme abaixo

2014/07/18 15:56:23| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '10.1.1.1/24'
squid: ERROR: Could not send signal 1 to process 1118: (1) Operation not permitted

Mesmo que eu mude para 10.1.1.1/8 dá o mesmo erro





5. Re: Problemas Squid

Buckminster
Buckminster

(usa Debian)

Enviado em 18/07/2014 - 16:04h

rafisrodrigo escreveu:

O erro de permissão deu certo, agora só esta dando erro na maskara de rede conforme abaixo

2014/07/18 15:56:23| aclIpParseIpData: WARNING: Netmask masks away part of the specified IP in '10.1.1.1/24'
squid: ERROR: Could not send signal 1 to process 1118: (1) Operation not permitted

Mesmo que eu mude para 10.1.1.1/8 dá o mesmo erro




Posta aqui teu squid.conf.


6. squid.conf

Rafael
rafisrodrigo

(usa Ubuntu)

Enviado em 21/07/2014 - 08:39h

Segue Squid.conf

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 SSL_ports port 443
acl CONNECT method CONNECT



http_access deny CONNECT !SSL_ports

http_access allow localhost manager

http_access allow lanfrg

http_access deny manager



http_access allow localhost

http_access deny all



http_port 3128


coredump_dir /var/spool/squid3



refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern (Release|Packages(.gz)*)$ 0 20% 2880
refresh_pattern . 0 20% 4320




visible_hostname ubuntu



7. Re: Problemas Squid

Estefanio Brunhara
stefaniobrunhara

(usa CentOS)

Enviado em 21/07/2014 - 12:49h


Inclui estas linhas no seu squid.conf e acerte para sua rede.

acl localnet src 192.168.0.0/23
acl localhost src 127.0.0.1/32 ::1



8. Re: Problemas Squid

Buckminster
Buckminster

(usa Debian)

Enviado em 21/07/2014 - 19:21h

Deixe assim teu squid.conf:

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 lanfrg src xxx.xxx.xxx.xxx/xx << nos xxx tu coloca o endereço da tua rede.

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


http_access allow lanfrg
http_access allow localhost
http_access deny all

http_port 3128

coredump_dir /var/spool/squid3

refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern (Release|Packages(.gz)*)$ 0 20% 2880
refresh_pattern . 0 20% 4320

visible_hostname ubuntu


9. Erro Cache.log

Wellington Maciel de Souza
cabralwms

(usa Debian)

Enviado em 01/08/2014 - 10:19h

Bom dia pessoal do Viva Linux

Tenho servidores proxy transparente algum tempo, e um desses servidores começou dar um erro no cache.log, que não consegui encontrar solução.

Estou com Debian 6 squeeze squid3 3.1.6

segue o log do erro no cache.log
2014/08/01 10:15:20| WARNING: Forwarding loop detected for:
GET / HTTP/1.1
Host: 192.168.0.1:3123
Via: 1.0 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6), 1.1 localhost (squid/3.1.6)
X-Forwarded-For: 192.168.0.56, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1, 192.168.0.1
Cache-Control: max-age=259200
Connection: keep-alive

Isso dispara a grava no cache.log que fica gigantesco o arquivo e não entendi o por que desse erro alguém já viu isso acontecer?







Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts