Hi people: I need your help. I have had problem with the squid configuration. I could not do it that my sdquid restric download files like *.exe *.zip etc.........
This is my config file. squid.conf http_port 8080 http_port 3128 icp_port 3130 acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY cache_mem 16 MB cache_dir ufs /var/spool/squid 300 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 cache_swap_log /var/log/squid/swap.log logfile_rotate 10 redirect_rewrites_host_header off acl mynetwork src 10.129.16.0/255.255.255.0 acl localhost src 127.0.0.1/255.255.255.255 acl Safe_ports port 80 81 443 210 119 70 20 21 1025-65535 acl CONNECT method CONNECT acl all src 0.0.0.0/0.0.0.0 http_access allow localhost http_access allow mynetwork http_access deny !Safe_ports http_access deny all maximum_object_size 3000 KB store_avg_object_size 500 KB cache_effective_user proxy cache_effective_group proxy log_icp_queries off buffered_logs on Thanks a lot "S�lo el conocimiento nos hace libres"
