
Buckminster
(usa Debian)
Enviado em 08/01/2014 - 19:43h
acl Safe_ports port 21 80 443 563 70 210 280 488 59 777 901 1025-65535
Desmembre essa linha acima, deixando assim como abaixo:
acl SSL_ports port 443 563
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
A mensagem que dá quando tenta acessar é a mensagem padrão do Squid?
Execute squid -k parse para verificar se tem algum erro no arquivo.
Execute squid -v ou squid --version ou squid3 -v ou squid3 --version e posta aqui a saída do comando.
E se ainda não comentou essas linhas
acl localhost src 127.0.0.1/255.255.255.255
acl manager proto cache_object
pode comentar elas.
http://www.vivaolinux.com.br/artigo/Squid-Entendendo-um-pouco-as-configuracoes/