[squid-users] Not blocking mime_type since upgaded to Version 2.5.STABLE3

From: Ilo <sneak@dont-contact.us>
Date: Tue, 16 Sep 2003 15:23:16 +0200

I recently upgraded to the above mentioned version of squid from version
Version 2.4.STABLE6.

I used to successfully Block MSN with the following ACL,
_____________________________________________
acl MSN req_mime_type -i ^application/x-msn-messenger$
http_access deny MSN
_____________________________________________

Now this used to do the trick but as you can see below, users are still able
to gain access since the upgrade!!

1063724929.845 1 196.31.155.4 TCP_DENIED/407 1721 CONNECT
loginnet.passport.com:443 - NONE/- text/html
1063724932.112 2267 196.31.155.4 TCP_MISS/200 2791 CONNECT
loginnet.passport.com:443 ilo DIRECT/65.54.229.253 -
1063724932.470 868 196.31.155.4 TCP_MISS/200 324 POST
http://207.46.110.50/gateway/gateway.dll? ilo DIRECT/207.46.110.50
application/x-msn-messenger
1063724933.578 1106 196.31.155.4 TCP_MISS/200 367 POST
http://207.46.110.50/gateway/gateway.dll? ilo DIRECT/207.46.110.50
application/x-msn-messenger
1063724934.897 1318 196.31.155.4 TCP_MISS/200 781 POST
http://207.46.110.50/gateway/gateway.dll? ilo DIRECT/207.46.110.50
application/x-msn-messenger
__________________________________________________

Below is the entire configuration that I use, can anyone see anything that
im maybe doing wrong????
Thanks,
Ilo Lorusso.

hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
auth_param basic program /usr/lib/squid/ncsa_auth /etc/squid/passwd
auth_param basic children 5
auth_param basic realm ITM
auth_param basic credentialsttl 2 hours
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl password proxy_auth REQUIRED
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 Safe_ports port 901 # SWAT
acl purge method PURGE
acl CONNECT method CONNECT
http_access allow password
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

acl MSN req_mime_type -i ^application/x-msn-messenger$
http_access deny MSN

http_access allow localhost
http_access deny all
http_reply_access allow all
icp_access allow all
coredump_dir /var/cache/squid
Received on Tue Sep 16 2003 - 07:25:18 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:19:54 MST