>может в браузере стоят запреты на activex ?
>варианты:
>1 попробовать другой браузер - мозилла или опера
>2 пустить клиентскую машину мимо сквида напрямую правилами iptables (маскарад)
>
>неплохо бы глянуть на ваши настройки конфига сквида
конфиг выглядит так:
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
cache_mem 64 MB
cache_dir ufs /usr/squid/var/cache 500 16 256
redirect_program /usr/squid/bin/sqlredir
redirect_children 16
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
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 to_localhost dst 127.0.0.0/8
acl SSL_ports port 443 563 4011
acl Safe_ports port 80
acl Safe_ports port 21
acl Safe_ports port 443 563
acl Safe_ports port 70
acl Safe_ports port 210
acl Safe_ports port 1025-65535
acl Safe_ports port 280
acl Safe_ports port 488
acl Safe_ports port 591
acl Safe_ports port 777
acl CONNECT method CONNECT
acl LocalNet src 192.168.0.1/255.255.255.255 192.168.0.10/255.255.255.255 192.168.0.100/255.255.255.255 192.168.0.11/255.255.255.255 192.168.0.12/255.255.255.255 192.168.0.14/255.255.255.255 192.168.0.18/255.255.255.255 192.168.0.19/255.255.255.255 192.168.0.20/255.255.255.255 192.168.0.200/255.255.255.255 192.168.0.201/255.255.255.255 192.168.0.21/255.255.255.255 192.168.0.24/255.255.255.255 192.168.0.25/255.255.255.255 192.168.0.27/255.255.255.255 192.168.0.28/255.255.255.255 192.168.0.3/255.255.255.255 192.168.0.30/255.255.255.255 192.168.0.31/255.255.255.255 192.168.0.32/255.255.255.255 192.168.0.34/255.255.255.255 192.168.0.35/255.255.255.255 192.168.0.36/255.255.255.255 192.168.0.37/255.255.255.255 192.168.0.39/255.255.255.255 192.168.0.40/255.255.255.255 192.168.0.45/255.255.255.255 192.168.0.46/255.255.255.255 192.168.0.5/255.255.255.255 192.168.0.51/255.255.255.255 192.168.0.6/255.255.255.255 192.168.0.60/255.255.255.255 192.168.0.63/255.255.255.255 192.168.0.7/255.255.255.255 192.168.0.8/255.255.255.255 192.168.0.9/255.255.255.255 192.168.0.22/255.255.255.255
acl Sergey src 195.128.78.44/255.255.255.255
acl ICQ_DOMAIN dstdomain login.icq.com icq.com aol.com
acl ICQ_ADDR dst 64.12.0.0/16 205.188.0.0/16
acl ICQ_PORT port 5190
acl ICQ_PROTO proto HTTPS
acl BadClient src 192.168.0.250/255.255.255.255
acl micex dstdomain .micex.ru
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access allow CONNECT LocalNet ICQ_ADDR ICQ_PORT ICQ_PROTO
http_access allow micex
http_access deny CONNECT !SSL_ports
http_access deny all BadClient
http_access allow all LocalNet
http_access allow all Sergey
http_access deny all
http_reply_access allow all
icp_access allow all
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
nonhierarchical_direct off
always_direct allow ICQ_DOMAIN ICQ_PORT CONNECT
always_direct allow ICQ_ADDR ICQ_PORT CONNECT
always_direct allow micex
coredump_dir /usr/squid/var/cache
cache_effective_user nobody
cache_effective_group nogroup