O que aparece nos logs? Tenho quase certeza que é permissão na pasta de cache!
Veja lá! 2009/4/7 Fabio Rodriguez <[email protected]> > Desculpem a demora galera, > boa tarde a todos. > > Instalei o Squid 2.5 num Slack 12.2 porem nao consigo fazer funcionar. > Dou iniciar e não incia. > Colocarei aqui meu squid.conf para voces darem uma olhada... > Um abraço e obrigado > Fabio > > ------------------------------ > > hierarchy_stoplist cgi-bin ? > acl QUERY urlpath_regex cgi-bin \? > no_cache deny QUERY > > http_port 3128 > cache_mem 8 MB > cache_dir ufs /var/spool/squid/ 100 16 256 > cache_access_log /var/log/squid/access.log > cache_log /var/log/squid/cache.log > cache_store_log /var/log/squid/store.log > pid_filename /var/run/squid.pid > > acl all src 0.0.0.0/0.0.0.0 > acl manager proto cache_object > acl localhost src 192.168.1.0/255.255.255.0 > #acl localhost src 172.16.20.0/255.255.255.0 > acl SSL_ports port 443 563 > acl Safe_ports port 80 # http > acl Safe_ports port 21 # ftp > acl Safe_ports port 443 563 # https, snews > 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 > > ########### Acls Declaradas ################## > acl sites url_regex -i "/etc/squid/regla/sites.txt" > acl extension url_regex -i "/etc/squid/regla/extension.txt" > acl palabras url_regex -i "/etc/squid/regla/palabras.txt" > #acl block1 url_regex -i "/etc/squid/regla/block1" > #acl block2 url_regex -i "/etc/squid/regla/block2" > acl malware url_regex -i "/etc/squid/regla/malware.txt" > acl discadores url_regex -i "/etc/squid/regla/dialer" > acl permitidos url_regex -i "/etc/squid/regla/permit" > acl unrestricted_hosts src "/etc/squid/liberado/unrestricted_hosts.acl" > > ########### Controle por Mac Address ######## > #acl cpq6m arp 00:1B:24:F5:1D:D1 > #http_access allow cpq6m > #http_access deny all > > ########## http_access Declaradas ########## > http_access allow unrestricted_hosts > http_access allow permitidos > http_access deny sites > #http_access deny block1 > #http_access deny block2 > http_access deny extension > http_access deny palabras > http_access deny malware > http_access deny discadores > > ######### Hosts Liberados ########## > http_access allow manager localhost > #http_access deny blacklist > #http_access allow localnet > > ########### Acl block URL ############## > #acl blockext url_regex -i \.scr$ \.mp3$ \.mpeg$ \.wma$ \.mvv$ \.mpg$ > \.avi$ \.pif$ \.bat$ \.wmv$ \.zip$ \.exe$ > #http_access deny blockext > > # TAG: http_access > http_access deny manager > http_access deny !safe_ports > http_access deny CONNECT !SSL_ports > > icp_access allow all > visible_hostname srvnt > httpd_accel_with_proxy on > httpd_accel_uses_host_header on > httpd_accel_port 80 > httpd_accel_host virtual > > cache_replacement_policy heap LFUDA > httpd_accel_single_host off > ------------------------------ > > > > Adelmo Junior wrote: > > Sim! > > Em que podemos ajudar? > > 2009/4/3 Fabio Rodriguez <[email protected]> > >> Bom dia a lista! >> >> Alguem utiliza Squid no slackware? >> >> Abraços e obrigado >> Fabio >> > > > >
