wanderleylima
(usa Ubuntu)
Enviado em 11/02/2014 - 14:58h
Estou usando a seguinte configuração de proxy mas não consigo acessar nada quando configuro o proxy no navegador.
http_port 3128
visible_hostname AbigServer
#############################
#autenticação de usuários
auth_param basic program /usr/lib/squid3/ncsa_auth /etc/squid3/passwd
auth_param basic children 10
auth_param basic realm Servidor Proxy
auth_param basic credentialsttl 2 hours
###################################
error_directory /usr/share/squid/errors/Portuguese
hierarchy_stoplist CGI-bin ?
cache_mgr wpatricio26@gmail.com
acl QUERY urlpath_regex cgi-bin ?
no_cache deny QUERY
cache_mem 64 MB
maximum_object_size_in_memory 64 KB
maximum_object_size 512 MB
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/spool/squid3 2048 16 256
cache_access_log /var/log/squid3/access.log
refresh_pattern ^ftp: 15 20% 2280
refresh_pattern ^gopher: 15 0% 2280
refresh_pattern . 15 20% 2280
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.0
acl SSL_ports port 443 563
acl Safe_ports port 21 80 443 563 70 210 280 488 59 777 901 1025-65535
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl rede_local src 10.10.1.11/24
acl usuarios proxy_auth REQUIRED
acl palavras_bloqueadas url_regex -i "/etc/squid3/arquivos/palavras_bloqueadas"
acl sites_bloqueados url_regex -i "/etc/squid3/arquivos/sites_bloqueados"
acl arquivos url_regex -i "/etc/squid3/arquivos/arquivos"
http_access allow usuarios !palavras_bloqueadas !sites_bloqueados !arquivos rede_local
http_access deny all
O que pode está dando errado?