hi,
i am facing problem to blocking certain mime types
from new squid STABLE7.
please help me out ..
other than that i am doing all operation of squid
regarding blocking and giving access.
here i am attaching my squid.conf file.
--------------------------------
mime_table /usr/local/squid/etc/mime.conf
acl alltime src 192.168.0.1
acl AllIP src 0.0.0.0/0.0.0.0
acl mimerule req_mime_type -i \.gif$
http_access deny mimerule
http_access allow alltime
http_access deny AllIP
######################
http_port 192.168.0.1:8080
httpd_accel_host virtual
#httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
cache_mem 16 MB
icp_port 0
cache_dir ufs /home/squid 200 16 256
cache_effective_user nobody
cache_effective_group nobody
__________________________________________________
Do You Yahoo!?
HotJobs - Search Thousands of New Jobs
http://www.hotjobs.com
Received on Fri Aug 09 2002 - 23:10:32 MDT
This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 17:09:34 MST