amigo!! apliquei os comandos no meu squid.conf e não rodou!!! eu poderia te mandar meu squid.conf em txt para vc ver o q eu estou errando??? ai está
http_port 192.168.100.1:3128
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 120 MB
cache_swap_low 90
cache_swap_high 95
maximum_object_size 10024 KB
minimum_object_size 1 KB
maximum_object_size_in_memory 128 KB
ipcache_size 1024
ipcache_low 90
ipcache_high 95
cache_replacement_policy heap LFUDA
memory_replacement_policy heap GDSF
digest_rebuild_period 30 minutes
digest_rewrite_period 30 minutes
cache_dir ufs /usr/squid/cache/squid1 1000 64 256
cache_dir ufs /usr/squid/cache/squid2 1000 64 256
cache_dir ufs /usr/squid/cache/squid3 1000 64 256
cache_dir ufs /usr/squid/cache/squid4 1000 64 256
cache_access_log /usr/squid/logs/access_log
cache_log none
cache_store_log none
emulate_httpd_log off
pid_filename /usr/squid/logs/squid.pid
visible_hostname Servidor Linux
cache_mgr
[email protected]
cache_effective_user nobody
cache_effective_group nobody
dns_nameservers 192.168.100.1
acl html rep_mime_type text/html
reply_body_max_size 0 allow html
acl all src 0.0.0.0/0.0.0.0
acl rede src 192.168.100.0/255.255.255.0
acl master src 192.168.100.222
acl SSL_ports port 443
acl Safe_ports port 80 # Web Normal
acl Safe_ports port 443 #Conexoes ssl
acl CONNECT method CONNECT
acl GET method GET
acl navegacao urlpath_regex -i \.htm$ \.html$ \.php \.cgi \.pl \.asp \.cf$
acl imagem urlpath_regex -i \.jpeg$ \.jpg$ \.png$ \.gif$
acl velocimetro urlpath_regex /velocimetro/
acl mime_navegacao req_mime_type text/html
acl mime_imagem req_mime_type image
delay_initial_bucket_level 10
delay_pools 2
delay_class 1 2
delay_access 1 allow all navegacao mime_navegacao
delay_access 1 allow all velocimetro navegacao
delay_access 1 allow all imagem mime_imagem
delay_access 1 allow master
delay_parameters 1 -1/-1 70000/70000
delay_class 2 2
delay_access 2 allow all
delay_parameters 2 -1/-1 30000/30000
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access allow rede
http_access deny all
icp_access allow rede
http_access deny all
icp_access allow rede
icp_access allow master
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy of
httpd_accel_uses_host_header on
acl download url_regex -i ftp .mov .mpeg .wav .tar .mp3 .exe .zip .rar
acl chefes src 192.168.100.40
acl estagiario src 192.168.100.4
delay_pools 2
delay_class 1 2
delay_parameters 1 -1/-1 -1/-1
lelay_access 1 allow chefes
delay_class 2 2
delay_parameters 2 3000/3000 3000/3000
delay_access 2 allow estagiario