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

2004-11-11 Thread Henrik Nordstrom
On Thu, 11 Nov 2004 [EMAIL PROTECTED] 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:\/\/de

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

2004-11-11 Thread Chris Robertson
you don't seem to need the power of regular expressions. Chris -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, November 11, 2004 6:10 AM To: [EMAIL PROTECTED] Subject: [squid-users] Questions about Regular Expressions. Hi all. I have blocked

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

2004-11-11 Thread listas
Mensaje citado por Russ Uhte <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] 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\/*

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

2004-11-11 Thread Rafhael Almeida
first the software SYMANTEC.SYSTEM.CENTER make the distribuitable updates from just one machine over all pc's At 10:51 AM 11/11/2004, you wrote: Hi Rafhael Almeida. > Searh about for SYMANTEC.SYSTEM.CENTER for linux and say god bay to updates > for clients What do you mean with SYMANTEC.SYSTEM.C

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

2004-11-11 Thread Kashif Ali Bukhari
you did not show how you are blocking fils any way i have an ida for you to block extantions and allow \.exe$ on microsoft and symantec.com # acl allowdonloading dstdomain .symantec.com .microsoft.com acl exefile url_regex -i \.exe$ acl otherfils url_regex -i \.mp3$ \.mov$

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

2004-11-11 Thread Russ Uhte
[EMAIL PROTECTED] 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\/* Maybe maybe it should end with /.* notice the dot. ^http:\/\/liveupdate.symant

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

2004-11-11 Thread listas
Hi Rafhael Almeida. > Searh about for SYMANTEC.SYSTEM.CENTER for linux and say god bay to updates > for clients What do you mean with SYMANTEC.SYSTEM.CENTER? you mean that I have to download all the updates and server via samba to my windows clients? > over squid: > check this out > acl usersgood

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

2004-11-11 Thread Rafhael Almeida
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$ .

[squid-users] Questions about Regular Expressions.

2004-11-11 Thread listas
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

[squid-users] Questions about Regular Expressions.

2004-11-11 Thread listas
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

[squid-users] Questions about Regular Expressions.

2004-11-11 Thread listas
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

[squid-users] Questions about Regular Expressions.

2004-11-11 Thread listas
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