[squid-users] i can't use double urlpath_regex

From: Rakhmat Farunuddin <rfarunuddin@dont-contact.us>
Date: Fri, 4 Jul 2003 12:31:25 +0700

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
Received on Thu Jul 03 2003 - 23:32:07 MDT

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