squid叫我晕菜的问题!
这几天我无意间发现公司内部竟然可以下载歌曲!我在squid中明明已经禁止了的,为什么还能下载。仔细检查了一下,将ie的代理服务器地址设为squid的内部地址,问题依然出现这就证明不是问题不是出在net上,仔细的查看配置文件没发现有错误的地方呀!
代码:
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
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
acl mylinux src 192.168.168.0/255.255.255.0
acl mmxfile urlpath_regex -i\.mp3$ \.avi$ \.rm$ \.mpeg$ \.wma$ \.mpg$
acl DNS port 53
acl work time MTWHF 9:00-17:30
acl 6868 port 6868
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
[color=red:71f8ea219b]http_access deny mmxfile work[/color:71f8ea219b]
http_access allow localhost
http_access allow mylinux
http_access deny all
http_access allow DNS
http_access allow 6868
http_reply_access allow all
我是上班的时间测试的!下载是用百度搜的然后点击下载(没用网际快车)
系统时间是对的15:12
但是squid显示
Generated Wed, 09 Mar 2005 07:07:35 GMT by ProxyServer (squid/2.5.STABLE7)