grodriguesq
(usa Slackware)
Enviado em 30/08/2010 - 04:45h
Bom gente o erro que está dando é esse ai embaixo, quando eu tento acessar qualquer página,
www.algumacoisa.qualquercoisa.... O que eu posso afirmar que não eh problema, o DNS esta funcionando numa boa, tanto que quando desabilito o squido e tiro o redirecionamento no firewall eu consigo navegar normalmente, e no proprio linux ele esta resolvendo enderecos.
Squid 3.0 STABLE 25, mais abaixo vou postar o meu squid.conf, lembrando que já eh um script meu antigo, que inclusive comecei a enxugar para tentar encontrar o problema.
Se alguém achar que o squid está todo aberto, não se preocupe, eu preciso fazê-lo funcionar de qualquer maneira, quando conseguir fazer funcionar colocarei tudo quanto for seguranças.
Estou usando Slack 13 x64, Compilei o Squid para 64....
Aceito sugestões gente já to a horas em cima disso... e nada.
ERROR
The requested URL could not be retrieved
The following error was encountered while trying to retrieve the URL: /
Invalid URL
Some aspect of the requested URL is incorrect.
Some possible problems are:
*
Missing or incorrect access protocol (should be "http://" or similar)
*
Missing hostname
*
Illegal double-escape in the URL-Path
*
Illegal character in hostname; underscores are not allowed.
Your cache administrator is webmaster.
FIM ERRO ====>
[SQUID.CONF]
http_port 3128
visible_hostname Rigel.ted
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
cache deny QUERY
#acl apache rep_header Server ^Apache
#broken_vary_encoding allow apache
cache_mem 8 MB
maximum_object_size 4096 KB
minimum_object_size 0 KB
maximum_object_size_in_memory 8 KB
cache_replacement_policy lru
memory_replacement_policy lru
cache_dir ufs /usr/var/cache 100 16 256
logformat squid %ts.%03tu %6tr %>a %Ss/%03Hs %<st %rm %ru %un %Sh/%<A %mt
cache_log /ted/log/cache.log
cache_store_log none
cache_log /ted/log/squid/cache.log
cache_store_log none
access_log /ted/log/squid/squid.log squid
emulate_httpd_log off
log_fqdn on
positive_dns_ttl 3 hours
forward_timeout 3 minutes
client_lifetime 5 hours
shutdown_lifetime 20 seconds
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8 0.0.0.0/32
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 rede_interna src 192.168.0.0/24
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
# Horario especial para acesso
acl horario time 00:00-03:00
acl horario time 23:00-23:59
# Sites que estejam na lista de bloqueados
acl sexo url_regex -i "/ted/scripts/sites_bloqueados.txt"
# Sites-exceções
acl excecoes url_regex -i "/ted/scripts/sites_excecoes.txt"
http_access allow rede_interna
#http_access deny all
icp_access allow rede_interna
#icp_access deny all
htcp_access allow rede_interna
#htcp_access deny all
access_log /usr/var/logs/access.log squid
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
#
icp_port 3130
coredump_dir /usr/var/cache