Hello

I want to block some file download from squid server.
reading the earlier thread i have created one file with extension like.
block.txt
------
\.cab\?.*$
\.rm\?.*$
\.mp\?.*$
\.mpg\?.*$
\.mpeg\?.*$
\.mp3\?.*$
\.wmv\?.*$
\.wma\?.*$
\.mov\?.*$
\.avi\?.*$
------

squid conf

acl block urlpath_regex -i "/etc/squid/block.txt"
http_access deny block


but some time i try to sign in or sign off, it gives me access deny error,

Can any one tell me is there any thing worng in the above parameter

Devendra



Reply via email to