Irfan Akber wrote: > acl url1 url_regex \.(exe|zip|mpg)$ Any URL ending in .exe .zip or .mpg, looking at the whole URL including host name. > acl exefile urlpath_regex \.(exe|EXE|Exe|)$ Any URL ending in .exe .EXE or .Exe, looking at the path of the URL only (the part after the hostname[:port]). Despite the name this includes any query parameters. These two are practically the same here, but urlpath_regex is a little bit faster. --- Henrik Nordstrom Spare time Squid hacker
- url_regex question Irfan Akber
- Henrik Nordstrom
