|
N�o deu certo ainda...
segue anexo o meu squid.conf
para ver o que estou fazendo de errado
|
# CONFIGURACOES GERAIS # ----------------------------------- authenticate_program /usr/local/squid/bin/ncsa_auth /usr/local/squid/etc/senhawww http_port 3128 emulate_httpd_log on authenticate_children 10 negative_ttl 1 minutes logfile_rotate 5 store_avg_object_size 4 KB cache_dir ufs /usr/local/squid/cache 800 16 256 emulate_httpd_log on acl localhost dst 200.215.105.66/255.255.255.255 acl all src 0.0.0.0/0.0.0.0 proxy_auth_realm Acesso ao Proxy
# CONTAS DO SISTEMA # ----------------------------------- acl admin proxy_auth admin acl alceu proxy_auth alceu acl alessandro proxy_auth alessandro acl administrador proxy_auth administrador acl anderson proxy_auth anderson acl cpd proxy_auth cpd acl export proxy_auth export acl reynaldo proxy_auth reynaldo acl romi proxy_auth romi acl vanessa proxy_auth vanessa acl vinicius proxy_auth vinicius acl viviane proxy_auth viviane # ACL - LISTA DE CONTROLE DE ACESSOS # ----------------------------------- acl batepapo url_regex batepapo acl buttman url_regex buttman.com acl chat url_regex chat acl gator url_regex gator.com acl globo url_regex globo.com acl lookhere url_regex lookhere.com acl meridionalfm url_regex meridionalfm.com acl msn url_regex msn.com acl playboy url_regex playboy.com acl antivirus url_regex www.grisoft.com #libera antivirus http_access allow antivirus # NEGA ACESSO PARA OS NAO HABILITADOS # ----------------------------------- http_access deny viviane http_access deny anderson # REGRA DAS ACL GRAVADAS # ----------------------------------- http_access deny batepapo http_access deny buttman http_access deny chat http_access deny gator http_access deny globo http_access deny lookhere http_access deny meridionalfm http_access deny msn http_access deny playboy # REGRA DEFAULT # ----------------------------------- http_access allow localhost http_access allow all
