DiD as: acl hello urlpath_regex .\exe$ http_access deny hello
NO luck. what i am missing.?? Thanks Paras. > Pada 13-Aug-2003, Paras pradhan menulis: >> How do i deny to download and access files as *.vbs *.pif from squid? >> i did for exe >> ------- >> acl EXE urlpath_regex \.[eE][xX][eE] >> http_access deny EXE >> ----------- > > Try \.[eE][xX][eE]$ > > or simply: > \.exe$ > > I block certain files such as avi or mpeg, but for some others I just > limit its allowable size, .. > > acl filepdf urlpath_regex -i \.pdf$ > reply_body_max_size 1000000 allow filepdf > >> Paras pradhan >> Kathmandu >> Nepal. > > HTH > > regards, > aqil > Indonesia Paras pradhan Systems Dept. Bajranet PVT LTD Kathmandu Nepal.
