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
Received on Wed Aug 18 2004 - 03:37:32 MDT
This archive was generated by hypermail pre-2.1.9 : Wed Sep 01 2004 - 12:00:02 MDT