Re: [squid-users] Questions about Regular Expressions.

From: Rafhael Almeida <ralmeida@dont-contact.us>
Date: Thu, 11 Nov 2004 10:28:07 -0500

Searh about for SYMANTEC.SYSTEM.CENTER for linux and say god bay to updates
for clients
over squid:
check this out
acl usersgood src (ips or range)
acl usersbads src (ips or range)
acl blockgood url_path_regex -i \.zip$ \.mpg$ \.mp3$
acl blockbad url_path_regex -i \.exe$ \.zip$ \.mpg$ \.mp3$....
........
........
http_access deny blockgood
http_access allow usersgood
http_access deny blockbad
http_access allow usersbads
  .........
........
Gretings

At 10:10 AM 11/11/2004, you wrote:
>Hi all.
>
>I have blocked some extensions \.zip$ \.exe$ etc, now, some clientes need to
>download \.exes from symantec.com and microsoft.com, now, I have this.
>
> ^http:\/\/download\.microsoft\.com\/*
> ^http:\/\/liveupdate.symantecliveupdate.com\/*
> ^http:\/\/definitions.symantec.com/*
>
> But they don't match, this is an example.
>
>http://download.microsoft.com/download/f/6/b/f6b096f9-f8ca-40bf-9cc4-ef4284bfb713/SETUP9X.exe
>
> Any ideas.?
Received on Thu Nov 11 2004 - 08:26:33 MST

This archive was generated by hypermail pre-2.1.9 : Wed Dec 01 2004 - 12:00:01 MST