hi

i'm trying to deny the streaming file and zip file, this policy is because
our internet connection is too little for our campus.
the zipexe acl is denied from only 8:00 to 16:00 working time
the streming acl is ok, but still can't deny the zipexe acl, why??

this is the cutting conf.

acl all src 0.0.0.0/0.0.0.0
acl zipexe urlpath_regex -i \.exe$ \.zip$ \.tar.gz$ \.tar.bz$ \.bz2$
acl streaming urlpath_regex -i \.avi$ \.m1v$ \.mpeg$ \.mpg$ \.m2v$ \.vob$
\.mpa$ \.mp2$ \.mp3$ \.aac$ \.dat$ \.bin$ \.asf$ \.wma$ \.asx$ \.wmv$ \.ram$
\.ra$ \.rm$ \.rnx$ \.viv$ \.vivo$ \.mid$ \.zlb$ \.mov$ \.mpga$
acl notsunday time M T W H F A 8:00-16:00

http_access deny zipexe all notsunday
http_access deny streaming all

thanks


Reply via email to