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
