<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2995" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Não estou conseguindo faze autenticação no
squid...</FONT></DIV>
<DIV><FONT face=Arial size=2>ele simplesmente nao pede login e nem senha na hora
de navegar... estou mandando minha config do squid..</FONT></DIV>
<DIV><FONT face=Arial size=2>se alguem poder me ajudar agradeço.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>PaTricK</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>
<P class=MsoPlainText style="MARGIN: 0cm 0cm 0pt"><FONT size=2><FONT
face="Courier New">http_port 192.168.1.1:3128<BR>hierarchy_stoplist cgi-bin
?<BR>cache_mem 100 MB<BR>cache_swap_low 100<BR>cache_swap_high 100
<BR>maximum_object_size 5096 KB<BR>maximum_object_size_in_memory 27
KB<BR>dns_nameservers 192.168.1.1<BR>#cache_dir ufs /var/cache/squid 1000 16
256<BR><BR>httpd_accel_port 80<BR>httpd_accel_host
virtual<BR>httpd_accel_uses_host_header on<BR>httpd_accel_with_proxy
on<BR><BR>auth_param basic children 5<BR>auth_param basic realm Squid
proxy_caching web server<BR>auth_param basic credentialsttl 2
hours<BR>auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/<BR>#
auth_param basic program /usr/bin/ncsa_auth /etc/squid/passwd<BR><BR><BR>acl all
src 0.0.0.0/0.0.0.0<BR>acl manager proto cache_object<BR>acl HTTP proto
http<BR>acl localhost src 127.0.0.1/255.255.255.255<BR>acl SSL_ports port 443
563<BR>acl Safe_ports port 80 # http<BR>acl Safe_ports port 21 # ftp<BR>acl smtp
port 110 #<BR>acl pop port 25 #<BR>acl Safe_ports port 443 563 # https,
snews<BR>acl Safe_ports port 70 # gopher<BR>acl Safe_ports port 210 #
wais<BR>acl Safe_ports port 1025-65535 # unregistered ports<BR>acl Safe_ports
port 280 # http-mgmt<BR>acl Safe_ports port 488 # gss-http<BR>acl Safe_ports
port 591 # filemaker<BR>acl Safe_ports port 777 # multiling http<BR>acl
Safe_ports port 901 # SWAT<BR>acl purge method PURGE<BR>acl CONNECT method
CONNECT<BR><BR>acl password proxy_auth REQUIRED<BR>acl redelocal src
192.168.1.0/255.255.255.0<BR><BR><BR><BR>acl Proibir_palavras url_regex -i
"/etc/squid/palavras/palavras.txt"<BR>http_access deny
Proibir_palavras<BR><BR>http_access allow manager localhost<BR>http_access deny
manager<BR>http_access allow purge localhost<BR>http_access deny
purge<BR>http_access deny !Safe_ports<BR>http_access deny CONNECT
!SSL_ports<BR><BR>http_access allow smtp<BR>http_access allow
pop<BR><BR>http_access allow localhost<BR>http_access allow redelocal
!Proibir_palavras<BR>http_access allow password<BR>http_access deny
all<BR><?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office"
/><o:p> </o:p></FONT></FONT></P></DIV></BODY></HTML>