kuturnu
(usa Ubuntu)
Enviado em 31/03/2010 - 16:49h
acabei de fazer o squid.conf mas qnd configuro o navegador para receber so proxy ele nao pede autenticação e da a seguinte mensagem:
ERROR
The requested URL could not be retrieved
--------------------------------------------------------------------------------
While trying to retrieve the URL:
The following error was encountered:
•Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
Your cache administrator is webmaster.
--------------------------------------------------------------------------------
Generated Wed, 31 Mar 2010 19:47:17 GMT by localhost (squid/3.0.STABLE8)
segue meu squid.conf se alguem por favor um help:
http_port 3128
visible_hostname FISO
error_directory /usr/share/squid/errors/Portuguese/
cache_mem 350 MB
maximum_object_size_in_memory 1 MB
maximum_object_size 4194240 kb
minimum_object_size 0 KB
cache_swap_low 90
cache_swap_high 95
cache_dir ufs /var/spool/squid 12288 16 256
cache_access_log /var/log/squid/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.255
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 bloqueados url_regex -i "/etc/squid/listas/usr_bloqueado"
http_access deny bloqueados
acl extban url_regex -i \.avi \.exe \.mp3 \.torrent \.rmvb \.xvid
http_access deny extban
auth_param basic realm FISO Monitoramento de Internet, Digite seu Login e Senha para Acessar!
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/squid_passwd
acl users proxy_auth "/etc/squid/squid_passwd"
http_access allow users
acl autenticados proxy_auth REQUIRED
http_access allow autenticados
acl redelocal src 192.168.1.0/24
delay_pools 1
delay_class 1 2
delay_parameters 1 688128/688128 98088/98088
delay_access 1 allow redelocal
http_access allow localhost
http_access allow redelocal
http_access deny all
cache_mgr kuturnu@hotmail.com