Witam Poztawiłem squida i wszystko co idzie na port 80 jest przesyłane do squida. Przestał mi działać windows update na win 2000 i win xp. Miał może ktoś podobny problem? Oto mój konfig squida: http_port 8080
hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? no_cache deny QUERY cache_mem 80 MB maximum_object_size 8192 KB maximum_object_size_in_memory 128 KB ipcache_size 8192 KB #dns_children 16 client_lifetime 1 hour cache_dir diskd /var/spool/squid/ 300 32 512 cache_access_log /var/log/squid/access.log cache_log /var/log/squid/cache.log cache_store_log /var/log/squid/store.log ftp_user [EMAIL PROTECTED] ftp_passive on acl all src 0.0.0.0/0.0.0.0 acl manager proto cache_object acl localhost src 127.0.0.1/255.255.255.255 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 Safe_ports port 901 # SWAT acl purge method PURGE acl CONNECT method CONNECT acl tubes_centrala src 192.168.102.0/255.255.255.0 http_access allow manager localhost http_access deny manager http_access allow purge localhost http_access deny purge http_access deny !Safe_ports http_access deny CONNECT !SSL_ports http_access allow tubes_centrala http_access allow localhost http_access deny all httpd_accel_host virtual httpd_accel_port 80 httpd_accel_with_proxy on httpd_accel_uses_host_header on Pozdrawiam admer

