Pada 13-Aug-2003, Paras pradhan menulis: > DiD as: > > acl hello urlpath_regex .\exe$ > http_access deny hello > NO luck. > what i am missing.??
what if you add -i ? And what if you try \.exe$ instead of .\exe$ ? Then for your case, try : acl hello urlpath_regex -i \.exe$ And at last, as Henrik told you, don't forget to run : squid -k reconfigure > Thanks > Paras. HTH aqil
